Skip to content

Commit

Permalink
Always upload Playwright artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Oct 2, 2022
1 parent a6bb5c9 commit e2064fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- run: npx playwright install
- run: npm test
- uses: actions/upload-artifact@v3
if: always()
with:
name: test-results-node${{ matrix.node-version }}
path: test-results/
Expand Down

0 comments on commit e2064fc

Please sign in to comment.