Skip to content

Commit

Permalink
set fail-fast to true on test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
zachariahmiller authored Oct 24, 2024
1 parent 6d93ffa commit fb845ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
validate:
needs: check-flavor
strategy:
fail-fast: false
fail-fast: true
matrix:
type: [install, upgrade]
flavor: [upstream, unicorn, registry1]
Expand Down

0 comments on commit fb845ce

Please sign in to comment.