Skip to content

Commit 00ec82c

Browse files
authored
Update Allure Report action version and settings
1 parent 0fe95a0 commit 00ec82c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,14 @@ jobs:
7878
with:
7979
name: allure-results
8080
path: allure-results
81-
81+
8282
- name: Generate Allure Report
83-
uses: simple-elf/allure-report-action@v1.7
83+
uses: simple-elf/allure-report-action@v1.6
8484
with:
8585
allure_results: allure-results
8686
allure_report: allure-report
87-
keep_reports: 5
87+
keep_reports: 10
88+
8889

8990
- name: Upload Allure HTML Report
9091
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)