File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -55,20 +55,23 @@ jobs:
5555 shell : bash
5656 run : |
5757 if [[ -n "${{ env.DEPENDENCIES_LIST }}" ]]; then
58- ./sdk-platform-java/. github/scripts/test_dependency_compatibility.sh -l ${{ env.DEPENDENCIES_LIST }}
58+ .github/scripts/test_dependency_compatibility.sh -l ${{ env.DEPENDENCIES_LIST }}
5959 else
60- ./sdk-platform-java/. github/scripts/test_dependency_compatibility.sh
60+ .github/scripts/test_dependency_compatibility.sh
6161 fi
62+ working-directory : sdk-platform-java
6263
6364 # Install the modules for showcase (Shared-Deps is required to run showcase)
6465 - name : Install sdk-platform-java's modules
6566 # gapic-generator-java requires Java 8 and is irrelevant for this CI
6667 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
6769
6870 # Set up local showcase server to run the showcase ITs
6971 - name : Parse showcase version
7072 working-directory : sdk-plaform-java/java-showcase/gapic-showcase
7173 run : echo "SHOWCASE_VERSION=$(mvn help:evaluate -Dexpression=gapic-showcase.version -q -DforceStdout)" >> "$GITHUB_ENV"
74+ working-directory : sdk-platform-java
7275 - name : Install showcase server
7376 run : |
7477 sudo mkdir -p /usr/src/showcase
7881 tar -xf showcase-*
7982 ./gapic-showcase run &
8083 cd -
84+ working-directory : sdk-platform-java
8185
8286 # Run Showcase's Integration Tests
8387 - name : Perform Dependency Compatibility Integration Testing (Showcase Tests)
You can’t perform that action at this time.
0 commit comments