Skip to content

Commit c251ae0

Browse files
committed
Publish allure reports to ghpages
1 parent dbbf92e commit c251ae0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/playwright-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,13 @@ jobs:
6161

6262
# Step 5: Zip the Allure Report
6363
- name: Zip Allure Report
64+
if: always()
6465
run: |
6566
zip -r allure-report.zip target/site/allure-maven-plugin
6667
6768
# Step 6: Upload ZIP Artifact
6869
- name: Upload Allure Report ZIP
70+
if: always()
6971
uses: actions/upload-artifact@v4
7072
with:
7173
name: allure-report
@@ -83,10 +85,12 @@ jobs:
8385

8486
# Step 2: Unzip the Allure Report
8587
- name: Unzip Allure Report
88+
if: always()
8689
run: unzip allure-report.zip -d target/site/
8790

8891
# Step 3: Deploy Allure Report to GitHub Pages
8992
- name: Deploy Allure Report to GitHub Pages
93+
if: always()
9094
uses: peaceiris/actions-gh-pages@v3
9195
with:
9296
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)