Skip to content

Commit

Permalink
ci: jest 设置 fail-fast: false
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Oct 10, 2021
1 parent 1a97d3c commit e8e917b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
jest:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [ 10, 12, 14, 16 ]
steps:
Expand Down

0 comments on commit e8e917b

Please sign in to comment.