Skip to content

Commit 0e43bf7

Browse files
committed
fix bazel targets
1 parent 830551a commit 0e43bf7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ jobs:
115115
- name: Integration Tests
116116
run: |
117117
bazelisk --batch test //test/integration/...
118+
working-directory: sdk-platform-java
118119
build-java-25:
119120
needs: filter
120121
if: ${{ needs.filter.outputs.library == 'true' }}
@@ -154,6 +155,7 @@ jobs:
154155
# note need to set shouldInstallTestSecurityManager=false due to https://github.com/bazelbuild/bazel/issues/24354
155156
run: |
156157
bazelisk --batch test //test/integration/... --jvmopt=-Dcom.google.testing.junit.runner.shouldInstallTestSecurityManager=false
158+
working-directory: sdk-platform-java
157159
build-java8-except-gapic-generator-java:
158160
needs: filter
159161
if: ${{ needs.filter.outputs.library == 'true' }}
@@ -235,6 +237,7 @@ jobs:
235237
- name: Integration Tests
236238
run: |
237239
bazelisk --batch test //test/integration/...
240+
working-directory: sdk-platform-java
238241
- name: Gradle Build Generated Storage Client Library
239242
run: |
240243
echo "Building Storage lib from generated source..."

0 commit comments

Comments
 (0)