Skip to content

Commit fe51832

Browse files
committed
Update github actions
1 parent b1807c7 commit fe51832

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/playwright-tests.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,13 @@ jobs:
209209
path: ./allure-results
210210

211211
- name: Generate Allure report
212-
uses: simple-elf/allure-report-action@v1.7
212+
if: always()
213+
uses: simple-elf/allure-report-action@v1.13
213214
with:
214-
allure_results: ./allure-results
215-
allure_report: ./allure-report
216-
keep_reports: 20
215+
allure_results: allure-results
216+
allure_report: allure-report
217+
gh_pages: gh-pages
218+
allure_history: allure-history
217219

218220
- name: Setup Pages
219221
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)