Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit b025f62

Browse files
Update ci.yaml (#1275) (#558)
1 parent ce7db0e commit b025f62

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/.OwlBot.lock.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
3-
digest: sha256:ed012741acaae5d03e011244585a1f0625a596d31568967d77772aa5a0a51d5e
3+
digest: sha256:fecf6bd85f19eb046d913982ea36f6d434f9a49ab0545d25e31186aa64367c0c

.github/workflows/ci.yaml

+2-1
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)