Skip to content

Commit b849b48

Browse files
committed
fix downstream tests
1 parent 60c1dd8 commit b849b48

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,9 @@ jobs:
3232
matrix:
3333
repo:
3434
- java-bigtable
35-
- java-bigquery
3635
- java-firestore
3736
- java-pubsub
3837
- java-pubsublite
39-
- java-spanner-jdbc
40-
- java-spanner
41-
- java-storage
42-
- java-storage-nio
4338
steps:
4439
- uses: actions/checkout@v3
4540
- uses: actions/setup-java@v3

sdk-platform-java/.kokoro/presubmit/downstream-compatibility.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,15 @@ fi
2424

2525
# Get the directory of the build script
2626
scriptDir=$(realpath "$(dirname "${BASH_SOURCE[0]}")")
27-
cd "${scriptDir}/../.." # cd to the root of this repo
27+
cd "${scriptDir}/../../.." # cd to the root of this repo
2828
source "$scriptDir/common.sh"
29+
source ".kokoro/common.sh"
2930

3031
setup_maven_mirror
3132

32-
install_repo_modules '!gapic-generator-java'
33+
install_modules "sdk-platform-java"
34+
cd sdk-platform-java
35+
3336
SHARED_DEPS_VERSION=$(parse_pom_version java-shared-dependencies)
3437
echo "Install complete. java-shared-dependencies = $SHARED_DEPS_VERSION"
3538

0 commit comments

Comments
 (0)