Skip to content

Commit 3532fd8

Browse files
committed
add traces upload step to prod action
1 parent 9623af2 commit 3532fd8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/production.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ jobs:
2929

3030
- name: Run Playwright Tests
3131
run: npx playwright test
32+
33+
- name: Upload Playwright Traces
34+
if: failure()
35+
uses: actions/upload-artifact@v4
36+
with:
37+
name: playwright-traces
38+
path: playwright-report/**/trace.zip
3239

3340
Deploy-Production:
3441
needs: test

0 commit comments

Comments
 (0)