Skip to content

Commit bade60b

Browse files
committed
try at for bash variable
1 parent e33b3f8 commit bade60b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
run: echo 'EXTRA_BAZEL_ARGS="--jvmopt=-Dcom.google.testing.junit.runner.shouldInstallTestSecurityManager=false"' >> $GITHUB_ENV
126126
- name: Integration Tests
127127
run: |
128-
bazelisk --batch ${EXTRA_BAZEL_ARGS} test //sdk-platform-java/test/integration/...
128+
bazelisk --batch test //sdk-platform-java/test/integration/... "${EXTRA_BAZEL_ARGS[@]} "
129129
130130
sdk-platform-java-8:
131131
needs: filter

0 commit comments

Comments
 (0)