We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f476cb8 commit 9fca86cCopy full SHA for 9fca86c
1 file changed
.github/workflows/ci.yaml
@@ -22,6 +22,7 @@ jobs:
22
needs: docker-build
23
runs-on: ${{ matrix.os }}
24
strategy:
25
+ fail-fast: false
26
matrix:
27
os: [ubuntu-latest, windows-latest, macos-latest]
28
folder: [jdk_8_maven, jdk_11_maven, jdk_17_maven, jdk_21_maven, jdk_8_gradle, jdk_11_gradle, jdk_17_gradle]
0 commit comments