Skip to content

Commit

Permalink
ci: correctly disable fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
AlasDiablo committed Oct 17, 2023
1 parent 4721f89 commit 730c9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lodex-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:

# Create a strategy matrix uses to test multiple versions of node and multiple subset tests
strategy:
fail-fast: false
matrix:
fail-fast: false
node-version: [ 14.x ]
test-phase: [ 'phase:one', 'phase:two', 'phase:three', 'phase:four' ]
# Use this line to ignore the phase system
Expand Down

0 comments on commit 730c9b3

Please sign in to comment.