Skip to content

Commit 91b9659

Browse files
authored
Upload test artifacts (#25)
1 parent fc05495 commit 91b9659

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,12 @@ jobs:
7878
working-directory: ci
7979
run: |
8080
bash prepare_playwright.sh
81+
82+
- name: Upload test artifacts
83+
if: always()
84+
uses: actions/upload-artifact@v4
85+
with:
86+
name: test-artifact
87+
path: |
88+
ci/temp/
89+
!ci/temp/**/node_modules

0 commit comments

Comments
 (0)