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 ab68ccb commit ebbd1afCopy full SHA for ebbd1af
.github/workflows/main.yml
@@ -24,13 +24,13 @@ jobs:
24
run: npm run lint
25
- name: Run Playwright tests
26
run: npm test
27
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
28
if: always()
29
with:
30
name: playwright-report
31
path: playwright-report
32
retention-days: 30
33
34
35
36
name: serenity-report
0 commit comments