Skip to content

Commit

Permalink
add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
irinaBerendeeva87 committed Dec 11, 2023
1 parent 65d2efa commit 7441b49
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,21 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: maven
- uses: browser-actions/setup-chrome@v1
with:
chrome-version: stable
id: setup-chrome
- run: chrome --version
# - uses: browser-actions/setup-chrome@v1
# with:
# chrome-version: stable
# id: setup-chrome
# - run: chrome --version
- name: Build with Maven
run: mvn clean test
run: mvn test
- name: Load test report history
uses: actions/checkout@v3
if: always()
continue-on-error: true
with:
ref: gh-pages
path: gh-pages

- name: Build test Allure report
uses: simple-elf/allure-report-action@master
if: always()
Expand Down

0 comments on commit 7441b49

Please sign in to comment.