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.
2 parents 1c49be4 + e1df30a commit e8ca38cCopy full SHA for e8ca38c
1 file changed
.github/workflows/playwright.yml
@@ -258,15 +258,15 @@ jobs:
258
run: npx playwright test
259
260
- name: Upload Playwright report
261
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
262
if: always()
263
with:
264
name: playwright-report
265
path: apps/${{ env.APP_NAME }}/playwright-report/
266
retention-days: 30
267
268
- name: Upload test results
269
270
271
272
name: playwright-test-results
0 commit comments