Skip to content

Commit

Permalink
continue-on-error: true
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Jul 4, 2024
1 parent 886d3a2 commit 1308a16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:

- run: npm i
- run: npx playwright install --with-deps
- run: npx playwright test -c github-actions-summary || exit 0
- run: npx playwright test -c github-actions-summary
continue-on-error: true

0 comments on commit 1308a16

Please sign in to comment.