Skip to content

Commit 15b09e5

Browse files
committed
fix test paths
1 parent 6b9730d commit 15b09e5

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/sdk-platform-java-sonar.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ jobs:
5656
- name: Install java-showcase
5757
shell: bash
5858
run: mvn install -T 1C -DskipTests -ntp -B
59-
working-directory: sdk-platform-java/java-showcase
59+
working-directory: java-showcase
6060
- name: Parse showcase version
61-
working-directory: sdk-platform-java/java-showcase/gapic-showcase
61+
working-directory: java-showcase/gapic-showcase
6262
run: echo "SHOWCASE_VERSION=$(mvn help:evaluate -Dexpression=gapic-showcase.version -q -DforceStdout)" >> "$GITHUB_ENV"
6363
- name: Install showcase server
6464
run: |

generation/check_non_release_please_versions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ for pomFile in $(find . -mindepth 2 -name pom.xml | sort ); do
1212
[[ "${pomFile}" =~ .*java-datastore.* ]] || \
1313
[[ "${pomFile}" =~ .*java-logging-logback.* ]] || \
1414
[[ "${pomFile}" =~ .*java-bigquery.* ]] || \
15+
[[ "${pomFile}" =~ .*sdk-platform-java.* ]] || \
1516
[[ "${pomFile}" =~ .*java-common-protos.* ]] || \
1617
[[ "${pomFile}" =~ .*java-showcase.* ]] || \
1718
[[ "${pomFile}" =~ .*java-common-protos.* ]] || \

0 commit comments

Comments
 (0)