Skip to content

Commit b14b15f

Browse files
committed
ci: fix common module install for downstream unmanaged dependency check
1 parent b327a25 commit b14b15f

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,10 @@ jobs:
5555
cache: maven
5656
- name: Install the modules of sdk-platform-java
5757
shell: bash
58-
working-directory: google-cloud-java/sdk-platform-java
59-
run: |
60-
set -euo pipefail
61-
# gapic-generator-java is irrelevant
62-
mvn -q -B -ntp install \
63-
-Dcheckstyle.skip -Dfmt.skip -DskipTests -T 1C
58+
run: .kokoro/build.sh
59+
env:
60+
BUILD_SUBDIR: sdk-platform-java
61+
JOB_TYPE: install
6462
- name: Build unmanaged dependency check
6563
shell: bash
6664
working-directory: google-cloud-java/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check

0 commit comments

Comments
 (0)