We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe2d13 commit ea6544aCopy full SHA for ea6544a
.github/workflows/tests.yml
@@ -28,13 +28,13 @@ jobs:
28
run: pnpm install
29
- name: Run Playwright tests
30
run: HOME='/root' pnpm run test
31
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
32
if: always()
33
with:
34
name: playwright-report
35
path: playwright-report/
36
retention-days: 30
37
38
39
40
name: playwright-results
0 commit comments