Skip to content

Commit 86f1968

Browse files
Update CI with pages and slack_2
1 parent 634932d commit 86f1968

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/CI.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,20 @@ jobs:
3030
- name: Run Playwright tests
3131
run: xvfb-run npx playwright test # Run the tests with xvfb
3232

33-
- name: Deploy Playwright Report to GitHub Pages
34-
if: ${{ always() }}
35-
uses: peaceiris/actions-gh-pages@v3
36-
with:
37-
github_token: ${{ secrets.GITHUB_TOKEN }}
38-
publish_dir: reports/playwright-report
39-
4033
- uses: actions/upload-artifact@v4
4134
if: ${{ !cancelled() }}
4235
with:
4336
name: playwright-report
4437
path: reports/playwright-report/
4538
retention-days: 30
4639

40+
- name: Deploy Playwright Report to GitHub Pages
41+
if: ${{ always() }}
42+
uses: peaceiris/actions-gh-pages@v3
43+
with:
44+
github_token: ${{ secrets.GITHUB_TOKEN }}
45+
publish_dir: reports/playwright-report
46+
4747
- name: Notify Slack
4848
if: always() # Notify regardless of success or failure
4949
uses: rtCamp/action-slack-notify@v2

0 commit comments

Comments
 (0)