Skip to content

Commit 786126e

Browse files
committed
ci: upload playwright reports
1 parent 5502ba2 commit 786126e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,9 @@ jobs:
2828
- name: Run playwright tests
2929
run: pnpm e2e
3030

31-
- name: Run playwright dev tests
32-
run: pnpm e2e:dev
31+
- uses: actions/upload-artifact@v4
32+
if: always()
33+
with:
34+
name: playwright-report
35+
path: playwright-report/
36+
retention-days: 30

0 commit comments

Comments
 (0)