Skip to content

Commit 80e4c19

Browse files
committed
Update CI
1 parent 3c14283 commit 80e4c19

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/selenium_test.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,28 +46,27 @@ jobs:
4646
path: target/surefire-reports
4747

4848
- name: Get Allure history
49-
uses: actions/checkout@v2
49+
uses: actions/checkout@v3
5050
if: always()
5151
continue-on-error: true
5252
with:
5353
ref: gh-pages
5454
path: gh-pages
5555

56+
- name: Generate Allure Report
57+
run: mvn allure:report
5658

5759
- name: Allure Report action from marketplace
5860
uses: simple-elf/allure-report-action@master
5961
if: always()
6062
with:
61-
allure_results: allure-results
63+
allure_results: target/allure-results
6264
allure_history: allure-history
6365

64-
- name: Generate Allure Report
65-
run: mvn allure:report
66-
6766
- name: Deploy report to Github Pages
6867
if: always()
6968
uses: peaceiris/actions-gh-pages@v2
7069
env:
71-
PERSONAL_TOKEN: ${{ secrets.EPOLIF_TOKEN }}
72-
PUBLISH_BRANCH: gh-pages
73-
PUBLISH_DIR: allure-history
70+
PERSONAL_TOKEN: ${{ secrets.EPOLIF_TOKEN }}
71+
PUBLISH_BRANCH: gh-pages
72+
PUBLISH_DIR: allure-history

0 commit comments

Comments
 (0)