Skip to content

Commit 717a6a1

Browse files
authored
Update ci.yaml (#1275)
Let's let all the unit tests complete for now. Java 17 isn't quite ready.
1 parent 79d7936 commit 717a6a1

File tree

1 file changed

+2
-1
lines changed
  • synthtool/gcp/templates/java_library/.github/workflows

1 file changed

+2
-1
lines changed

synthtool/gcp/templates/java_library/.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
units:
99
runs-on: ubuntu-latest
1010
strategy:
11+
fail-fast: false
1112
matrix:
1213
java: [8, 11, 17]
1314
steps:
@@ -68,4 +69,4 @@ jobs:
6869
- run: java -version
6970
- run: .kokoro/build.sh
7071
env:
71-
JOB_TYPE: clirr
72+
JOB_TYPE: clirr

0 commit comments

Comments
 (0)