Skip to content

Commit 9eb41e6

Browse files
committed
fix import
1 parent 0e43bf7 commit 9eb41e6

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
working-directory: sdk-platform-java
5959
- name: Integration Tests
6060
run: |
61-
bazelisk --batch test //test/integration/...
61+
bazelisk --batch test //sdk-platform-java/test/integration/...
6262
- name: Gradle Build Generated Storage Client Library
6363
run: |
6464
echo "Building Storage lib from generated source..."
@@ -114,8 +114,7 @@ jobs:
114114
working-directory: sdk-platform-java
115115
- name: Integration Tests
116116
run: |
117-
bazelisk --batch test //test/integration/...
118-
working-directory: sdk-platform-java
117+
bazelisk --batch test //sdk-platform-java/test/integration/...
119118
build-java-25:
120119
needs: filter
121120
if: ${{ needs.filter.outputs.library == 'true' }}
@@ -154,8 +153,7 @@ jobs:
154153
- name: Integration Tests
155154
# note need to set shouldInstallTestSecurityManager=false due to https://github.com/bazelbuild/bazel/issues/24354
156155
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
159157
build-java8-except-gapic-generator-java:
160158
needs: filter
161159
if: ${{ needs.filter.outputs.library == 'true' }}
@@ -236,8 +234,7 @@ jobs:
236234
- run: bazelisk version
237235
- name: Integration Tests
238236
run: |
239-
bazelisk --batch test //test/integration/...
240-
working-directory: sdk-platform-java
237+
bazelisk --batch test //sdk-platform-java/test/integration/...
241238
- name: Gradle Build Generated Storage Client Library
242239
run: |
243240
echo "Building Storage lib from generated source..."

sdk-platform-java/test/integration/apis/kms/v1/service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import "google/api/field_behavior.proto";
2424
import "google/api/resource.proto";
2525
import "google/protobuf/field_mask.proto";
2626
import "google/protobuf/wrappers.proto";
27-
import "test/integration/apis/kms/v1/resources.proto";
27+
import "sdk-platform-java/test/integration/apis/kms/v1/resources.proto";
2828

2929
option cc_enable_arenas = true;
3030
option csharp_namespace = "Google.Cloud.Kms.V1";

0 commit comments

Comments
 (0)