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 6, 2021
1 parent bf57153 commit d18175c
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 @@ -103,6 +103,7 @@ jobs:
jest:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [ 12, 14, 16 ]
steps:
Expand Down

0 comments on commit d18175c

Please sign in to comment.