Skip to content

Commit 1b2d113

Browse files
committed
Avoid aborting builds if one of them fails
1 parent 687cc0f commit 1b2d113

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ permissions:
88
jobs:
99
build:
1010
strategy:
11+
fail-fast: false
1112
matrix:
1213
java-version: [8, 11, 17]
1314
name: Java ${{ matrix.java-version }}

0 commit comments

Comments
 (0)