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 fc6ecc5 commit e8b6d6cCopy full SHA for e8b6d6c
.github/workflows/ci-cd.yml
@@ -56,10 +56,11 @@ jobs:
56
CI: true
57
58
- name: Upload Playwright Test Report
59
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
60
with:
61
name: playwright-test-report
62
- path: playwright-report
+ path: playwright-report/index.html
63
+ if-no-files-found: error
64
65
- name: Upload Site Files as Artifact
66
uses: actions/upload-pages-artifact@v3
0 commit comments