Skip to content

Commit

Permalink
chore: do not fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
martinm82 committed Jan 5, 2023
1 parent fd8261d commit c0395f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
if: ${{ github.actor != 'dependabot'}}
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
test: ['lint', 'citest']
node_version: ['12.x', '16.x']
Expand Down

0 comments on commit c0395f8

Please sign in to comment.