Skip to content

Commit

Permalink
set fail-fast to true
Browse files Browse the repository at this point in the history
Signed-off-by: Lantao Jin <[email protected]>
  • Loading branch information
LantaoJin committed Oct 16, 2024
1 parent 94a1103 commit 3c2c06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build:
strategy:
fail-fast: false
fail-fast: true
matrix:
entry:
- { os: ubuntu-latest, java: 11 }
Expand Down

0 comments on commit 3c2c06c

Please sign in to comment.