|
58 | 58 | working-directory: sdk-platform-java |
59 | 59 | - name: Integration Tests |
60 | 60 | run: | |
61 | | - bazelisk --batch test //test/integration/... |
| 61 | + bazelisk --batch test //sdk-platform-java/test/integration/... |
62 | 62 | - name: Gradle Build Generated Storage Client Library |
63 | 63 | run: | |
64 | 64 | echo "Building Storage lib from generated source..." |
@@ -114,8 +114,7 @@ jobs: |
114 | 114 | working-directory: sdk-platform-java |
115 | 115 | - name: Integration Tests |
116 | 116 | run: | |
117 | | - bazelisk --batch test //test/integration/... |
118 | | - working-directory: sdk-platform-java |
| 117 | + bazelisk --batch test //sdk-platform-java/test/integration/... |
119 | 118 | build-java-25: |
120 | 119 | needs: filter |
121 | 120 | if: ${{ needs.filter.outputs.library == 'true' }} |
@@ -154,8 +153,7 @@ jobs: |
154 | 153 | - name: Integration Tests |
155 | 154 | # note need to set shouldInstallTestSecurityManager=false due to https://github.com/bazelbuild/bazel/issues/24354 |
156 | 155 | run: | |
157 | | - bazelisk --batch test //test/integration/... --jvmopt=-Dcom.google.testing.junit.runner.shouldInstallTestSecurityManager=false |
158 | | - working-directory: sdk-platform-java |
| 156 | + bazelisk --batch test //sdk-platform-java/test/integration/... --jvmopt=-Dcom.google.testing.junit.runner.shouldInstallTestSecurityManager=false |
159 | 157 | build-java8-except-gapic-generator-java: |
160 | 158 | needs: filter |
161 | 159 | if: ${{ needs.filter.outputs.library == 'true' }} |
@@ -236,8 +234,7 @@ jobs: |
236 | 234 | - run: bazelisk version |
237 | 235 | - name: Integration Tests |
238 | 236 | run: | |
239 | | - bazelisk --batch test //test/integration/... |
240 | | - working-directory: sdk-platform-java |
| 237 | + bazelisk --batch test //sdk-platform-java/test/integration/... |
241 | 238 | - name: Gradle Build Generated Storage Client Library |
242 | 239 | run: | |
243 | 240 | echo "Building Storage lib from generated source..." |
|
0 commit comments