Skip to content

Commit e15d9eb

Browse files
committed
upload artifacts
1 parent 7fe70a6 commit e15d9eb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
run: pnpm test
3636

3737
- uses: actions/upload-artifact@v4
38+
if: ${{ !cancelled() }}
3839
with:
39-
name: test-results
40-
path: test-results
40+
name: playwright-report
41+
path: test-results/
42+
retention-days: 7

0 commit comments

Comments
 (0)