Skip to content

Commit 4a5ea13

Browse files
committed
ci: fix unmanaged_dependency_check module install
1 parent dce372c commit 4a5ea13

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/unmanaged_dependency_check.yaml

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

0 commit comments

Comments
 (0)