File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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..."
You can’t perform that action at this time.
0 commit comments