Skip to content

Commit 0a2f33a

Browse files
committed
java: Various CI improvements
This bulk update includes * Use Eclipse Temurin instead of Azul Zulu * Set fail-fast: true on matrix strategies to reduce CI time * Use the junit-jupiter aggregator module instead of junit-jupiter-engine * Use single quotes around values in yaml for consistency
1 parent 2994568 commit 0a2f33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
test-java:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
17-
fail-fast: false
17+
fail-fast: true
1818
matrix:
1919
os:
2020
- ubuntu-latest

0 commit comments

Comments
 (0)