We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a73c2 commit bf6540eCopy full SHA for bf6540e
.github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
1
docker:
2
image: gcr.io/repo-automation-bots/owlbot-java:latest
3
- digest: sha256:ed012741acaae5d03e011244585a1f0625a596d31568967d77772aa5a0a51d5e
+ digest: sha256:fecf6bd85f19eb046d913982ea36f6d434f9a49ab0545d25e31186aa64367c0c
.github/workflows/ci.yaml
@@ -8,6 +8,7 @@ jobs:
8
units:
9
runs-on: ubuntu-latest
10
strategy:
11
+ fail-fast: false
12
matrix:
13
java: [8, 11, 17]
14
steps:
@@ -68,4 +69,4 @@ jobs:
68
69
- run: java -version
70
- run: .kokoro/build.sh
71
env:
- JOB_TYPE: clirr
72
+ JOB_TYPE: clirr
0 commit comments