Skip to content

Commit

Permalink
ci: update ci.yaml (#574)
Browse files Browse the repository at this point in the history
Let's let all the unit tests complete for now.  Java 17 isn't quite ready.

Source-Author: Les Vogel <lesv@users.noreply.github.com>
Source-Date: Fri Nov 5 11:31:10 2021 -1000
Source-Repo: googleapis/synthtool
Source-Sha: 717a6a1fe247df095092de1321eadc9da887a06c
Source-Link: googleapis/synthtool@717a6a1
  • Loading branch information
yoshi-automation committed Nov 10, 2021
1 parent 0216b37 commit 6e98e3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -8,6 +8,7 @@ jobs:
units:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
java: [8, 11, 17]
steps:
Expand Down Expand Up @@ -68,4 +69,4 @@ jobs:
- run: java -version
- run: .kokoro/build.sh
env:
JOB_TYPE: clirr
JOB_TYPE: clirr
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-datastore.git",
"sha": "2d1a6d04a7b0c167495955e2988e563d74b97fc3"
"sha": "18ab54aa1ba7e909a9a5ce6524cc89193579a3e7"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "79d7936da1cf04ce1b4ead7d2c10dccccd852caf"
"sha": "717a6a1fe247df095092de1321eadc9da887a06c"
}
}
],
Expand Down

0 comments on commit 6e98e3d

Please sign in to comment.