We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a59e41 commit 5978373Copy full SHA for 5978373
1 file changed
.github/workflows/release.yml
@@ -48,6 +48,14 @@ jobs:
48
49
- name: Run E2E Tests
50
run: pnpm test:e2e
51
+
52
+ - name: Upload Playwright Report
53
+ uses: actions/upload-artifact@v4
54
+ if: ${{ !cancelled() }}
55
+ with:
56
+ name: playwright-report
57
+ path: ./apps/solidjs-boilerplate/playwright-report/
58
+ retention-days: 30
59
60
# - name: Upload app coverage to Codecov
61
# uses: codecov/codecov-action@v3
0 commit comments