File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 5050 if : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.dependencies-list != '' }}
5151 run : echo "DEPENDENCIES_LIST=${{ github.event.inputs.dependencies-list }}" >> $GITHUB_ENV
5252
53+ - name : Install sdk-platform-java modules
54+ shell : bash
55+ run : .kokoro/build.sh
56+ env :
57+ BUILD_SUBDIR : sdk-platform-java
58+ JOB_TYPE : install
59+
5360 # Run in the root module which should test for everything except for showcase
5461 - name : Perform Dependency Compatibility Unit Testing
5562 shell : bash
6168 fi
6269 working-directory : sdk-platform-java
6370
64- # Install the modules for showcase (Shared-Deps is required to run showcase)
65- - name : Install sdk-platform-java's modules
66- # gapic-generator-java requires Java 8 and is irrelevant for this CI
67- run : mvn -q -B -ntp install --projects '!gapic-generator-java' -Dcheckstyle.skip -Dfmt.skip -DskipTests -Dclirr.skip -T 1C
68- working-directory : sdk-platform-java
69-
7071 # Set up local showcase server to run the showcase ITs
7172 - name : Parse showcase version
7273 working-directory : sdk-platform-java/java-showcase/gapic-showcase
You can’t perform that action at this time.
0 commit comments