File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 4242 else
4343 ./.github/scripts/test_dependency_compatibility.sh
4444 fi
45+
46+ # Install the modules for showcase (Shared-Deps is required to run showcase)
47+ - name : Install sdk-platform-java's modules
48+ # gapic-generator-java requires Java 8 and is irrelevant for this CI
49+ run : mvn -q -B -ntp install --projects '!gapic-generator-java' -Dcheckstyle.skip -Dfmt.skip -DskipTests -Dclirr.skip -T 1C
50+
4551 # Set up local showcase server to run the showcase ITs
4652 - name : Parse showcase version
4753 working-directory : java-showcase/gapic-showcase
5662 ./gapic-showcase run &
5763 cd -
5864
59- # Install the modules for showcase (Shared-Deps is required to run showcase)
60- - name : Install sdk-platform-java's modules
61- # gapic-generator-java requires Java 8 and is irrelevant for this CI
62- run : mvn -q -B -ntp install --projects '!gapic-generator-java' -Dcheckstyle.skip -Dfmt.skip -DskipTests -Dclirr.skip -T 1C
63- # Run specifically for showcase
65+ # Run Showcase's Integration Tests
6466 - name : Perform Dependency Compatibility Testing (Showcase only)
6567 shell : bash
6668 # Need to cd out of the directory to get the scripts as this step is run inside the java-showcase directory
You can’t perform that action at this time.
0 commit comments