Skip to content

Commit bc6dd28

Browse files
committed
Disable fail-fast on mvn matrix to surface all OS/Java failures
1 parent 77807cb commit bc6dd28

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/mvn.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
timeout-minutes: 15
1616
runs-on: ${{ matrix.os }}
1717
strategy:
18+
fail-fast: false
1819
matrix:
1920
os: [ubuntu-24.04, windows-2022, macos-15]
2021
java: [17, 21]

0 commit comments

Comments
 (0)