Skip to content

Commit bea5acd

Browse files
ci: fix unmanaged_dependency_check module install (#12812)
Fixes #12704 --------- Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
1 parent d44fe7a commit bea5acd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/unmanaged_dependency_check.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ jobs:
1010
with:
1111
distribution: temurin
1212
java-version: 11
13-
- name: Install modules
13+
- name: Install all modules first
1414
shell: bash
15-
run: mvn install -B -ntp -T 1C -DskipTests -Pquick-build
15+
run: .kokoro/build.sh
16+
env:
17+
BUILD_SUBDIR: sdk-platform-java
18+
JOB_TYPE: install
1619
- name: Unmanaged dependency check
1720
uses: ./sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check
1821
with:

0 commit comments

Comments
 (0)