Skip to content

Commit 5978373

Browse files
committed
ci(release): add playwright report upload as artifact
1 parent 8a59e41 commit 5978373

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ jobs:
4848

4949
- name: Run E2E Tests
5050
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
5159

5260
# - name: Upload app coverage to Codecov
5361
# uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)