Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit e2064fc

Browse files
committed
Always upload Playwright artifacts
1 parent a6bb5c9 commit e2064fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
- run: npx playwright install
5151
- run: npm test
5252
- uses: actions/upload-artifact@v3
53+
if: always()
5354
with:
5455
name: test-results-node${{ matrix.node-version }}
5556
path: test-results/

0 commit comments

Comments
 (0)