Skip to content

Commit 6ed8ff5

Browse files
committed
fix tests
1 parent 2255c5d commit 6ed8ff5

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/sdk-platform-java-ci.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,17 @@ jobs:
173173
java-version: 8
174174
distribution: temurin
175175
cache: maven
176+
- name: Compile with Java 17 and run tests with Java 8
177+
shell: bash
178+
run: .kokoro/build.sh
179+
env:
180+
BUILD_SUBDIR: sdk-platform-java
181+
JOB_TYPE: install
176182
- run: echo "JAVA8_HOME=${JAVA_HOME}" >> $GITHUB_ENV
177183
- uses: actions/setup-java@v3
178184
with:
179185
java-version: 17
180186
distribution: temurin
181-
- name: Compile with Java 17 and run tests with Java 8
182187
shell: bash
183188
run: |
184189
set -x

.kokoro/presubmit/google-auth-library-java-graalvm-native-presubmit.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
# Format: //devtools/kokoro/config/proto/build.proto
2-
3-
build_file: "google-auth-library-java/.kokoro/build.sh"
4-
52
env_vars: {
63
key: "JOB_TYPE"
74
value: "graalvm-single"

0 commit comments

Comments
 (0)