Skip to content

Commit 3924486

Browse files
committed
Add archive debug artifacts
1 parent b93a1a5 commit 3924486

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/run-test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,11 @@ jobs:
5555
5656
- name: Running e2e tests
5757
run: npm run test:e2e
58+
59+
- name: Archive debug artifacts
60+
uses: actions/upload-artifact@v3
61+
if: always()
62+
with:
63+
name: failures-artifacts
64+
path: artifacts
65+
if-no-files-found: ignore

0 commit comments

Comments
 (0)