Skip to content

Commit e95bbf2

Browse files
committed
ci: Build sdk-platform-java before running showcase tests
1 parent 3e18472 commit e95bbf2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dependency_compatibility_test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
java-version: '21'
2121
distribution: 'temurin'
2222
cache: maven
23+
- name: Install sdk-platform-java's modules
24+
# gapic-generator-java requires Java 8 and is irrelevant for this CI
25+
run: mvn -q -B -ntp install --projects '!gapic-generator-java' \
26+
-Dcheckstyle.skip -Dfmt.skip -DskipTests -Dclirr.skip -T 1C
2327
# Run in the root module which should test for everything barring showcase
2428
- name: Perform Dependency Compatibility Testing
2529
run: ./.github/scripts/test_dependency_compatibility.sh dependencies.txt

0 commit comments

Comments
 (0)