Skip to content

Commit 25d0d71

Browse files
committed
Test uploading
1 parent cf4198e commit 25d0d71

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/e2e-tests.yml

+7
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,10 @@ jobs:
9191
run: |
9292
cd e2e-tests
9393
npm run e2e:playwright
94+
95+
- uses: actions/upload-artifact@v4
96+
if: ${{ !cancelled() }}
97+
with:
98+
name: playwright-report
99+
path: playwright-report/
100+
retention-days: 30

0 commit comments

Comments
 (0)