Skip to content

Commit

Permalink
ci: do not fail-fast test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks authored and baltzell committed Sep 29, 2023
1 parent ea147e9 commit f584df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
test_coatjava:
needs: [ build ]
strategy:
fail-fast: true
fail-fast: false
matrix:
runner:
- ubuntu-latest
Expand Down

0 comments on commit f584df8

Please sign in to comment.