We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b19f7 commit 6aab6fdCopy full SHA for 6aab6fd
.github/workflows/playwright-tests.yml
@@ -69,9 +69,9 @@ jobs:
69
path: 'target/*.zip'
70
71
# Step 8: Deploy Allure report to GitHub Pages
72
- - name: Deploy Allure Report to GitHub Pages
73
- if: always() # Ensure this step runs even if tests fail
74
- uses: peaceiris/actions-gh-pages@v3
75
- with:
76
- github_token: ${{ secrets.GITHUB_TOKEN }}
77
- publish_dir: target/site/allure-maven-plugin
+# - name: Deploy Allure Report to GitHub Pages
+# if: always() # Ensure this step runs even if tests fail
+# uses: peaceiris/actions-gh-pages@v3
+# with:
+# github_token: ${{ secrets.GITHUB_TOKEN }}
+# publish_dir: target/site/allure-maven-plugin
0 commit comments