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 2dda9f4 commit f8fc7beCopy full SHA for f8fc7be
.github/workflows/main.yml
@@ -26,13 +26,13 @@ jobs:
26
run: npx playwright install --with-deps
27
- name: Run Playwright tests
28
run: npm test
29
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
30
if: always()
31
with:
32
name: playwright-report
33
path: playwright-report
34
retention-days: 30
35
36
37
38
name: serenity-report
0 commit comments