Skip to content

Commit

Permalink
no fail fast
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Gurtzick <magic@wizardtales.com>
  • Loading branch information
wzrdtales committed May 29, 2023
1 parent 8e8959c commit b5dec87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, latest]
fail-fast: true
fail-fast: false

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

0 comments on commit b5dec87

Please sign in to comment.