File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ jobs:
4949 - name : Install modules to local maven
5050 run : |
5151 mvn install -T 1C -DskipTests -ntp -B
52- cd java-showcase
52+ cd sdk-platform-java/ java-showcase
5353 mvn install -T 1C -DskipTests -ntp -B
5454 - name : Parse showcase version
55- working-directory : java-showcase/gapic-showcase
55+ working-directory : sdk-platform-java/ java-showcase/gapic-showcase
5656 run : echo "SHOWCASE_VERSION=$(mvn help:evaluate -Dexpression=gapic-showcase.version -q -DforceStdout)" >> "$GITHUB_ENV"
5757 - name : Install showcase server
5858 run : |
7979 -Dsonar.projectKey=googleapis_gapic-generator-java \
8080 -Dsonar.organization=googleapis \
8181 -Dsonar.host.url=https://sonarcloud.io
82+ working-directory : sdk-platform-java
8283 - name : Build and analyze Showcase Integration Tests Coverage
8384 env :
8485 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
9394 -Dsonar.organization=googleapis \
9495 -Dsonar.host.url=https://sonarcloud.io \
9596 -Dsonar.projectName=java_showcase_integration_tests
97+ working-directory : sdk-platform-java
You can’t perform that action at this time.
0 commit comments