File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,20 +30,20 @@ jobs:
30
30
- name : Run Playwright tests
31
31
run : xvfb-run npx playwright test # Run the tests with xvfb
32
32
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
-
40
33
- uses : actions/upload-artifact@v4
41
34
if : ${{ !cancelled() }}
42
35
with :
43
36
name : playwright-report
44
37
path : reports/playwright-report/
45
38
retention-days : 30
46
39
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
+
47
47
- name : Notify Slack
48
48
if : always() # Notify regardless of success or failure
49
49
uses : rtCamp/action-slack-notify@v2
You can’t perform that action at this time.
0 commit comments