Skip to content

Commit 2cd50c2

Browse files
committed
Fine, upload traces
1 parent 41820f1 commit 2cd50c2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/dojo-e2e.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,11 @@ jobs:
8080
- name: Run tests
8181
working-directory: typescript-sdk/apps/dojo/e2e2
8282
run: npx wait-port 9999 && sleep 10 && pnpm exec playwright test --reporter=line
83+
84+
- name: Upload traces
85+
if: always() # Uploads artifacts even if tests fail
86+
uses: actions/upload-artifact@v4
87+
with:
88+
name: playwright-traces
89+
path: typescript-sdk/apps/dojo/e2e2/test-results/
90+
retention-days: 7

0 commit comments

Comments
 (0)