Skip to content

Commit

Permalink
chore(ci): disable fail-fast to observe tests in all Node image runners
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Aug 14, 2024
1 parent 32eea98 commit e276140
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
matrix:
node-version: [14.x, 16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
fail-fast: false

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e276140

Please sign in to comment.