Skip to content

Commit

Permalink
wip: remove fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Apr 3, 2024
1 parent ca9f458 commit 5d005bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- analyze-windows-aapt
name: Build/Test (JDK ${{ matrix.java }}, ${{ matrix.os }})
strategy:
fail-fast: true
fail-fast: false
matrix:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
java: [ 8, 11, 17, 21 ]
Expand Down

0 comments on commit 5d005bf

Please sign in to comment.