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

Commit a6bb5c9

Browse files
committed
Upload playwright test results as actions artifact
1 parent 3021ff2 commit a6bb5c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
- run: npm ci
5050
- run: npx playwright install
5151
- run: npm test
52+
- uses: actions/upload-artifact@v3
53+
with:
54+
name: test-results-node${{ matrix.node-version }}
55+
path: test-results/
5256
- uses: codecov/codecov-action@v3
5357
if: ${{ matrix.node-version == 18 }}
5458

0 commit comments

Comments
 (0)