Skip to content

Commit 6693fc1

Browse files
committed
Deploy to github pages
1 parent a8ca7ef commit 6693fc1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/playwright-tests.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,12 @@ jobs:
5858
uses: actions/upload-artifact@v4
5959
with:
6060
name: zip-archives
61-
path: '*.zip'
61+
path: '*.zip'
62+
63+
# Step 8: Deploy Allure report to GitHub Pages
64+
- name: Deploy Allure Report to GitHub Pages
65+
if: always() # Ensure this step runs even if tests fail
66+
uses: peaceiris/actions-gh-pages@v3
67+
with:
68+
github_token: ${{ secrets.GITHUB_TOKEN }}
69+
publish_dir: target/site/allure-maven-plugin

0 commit comments

Comments
 (0)