Skip to content

Commit e33b3f8

Browse files
committed
fix bazelisk arg syntax
1 parent 0349fd6 commit e33b3f8

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 test //sdk-platform-java/test/integration/... ${EXTRA_BAZEL_ARGS}
128+
bazelisk --batch ${EXTRA_BAZEL_ARGS} test //sdk-platform-java/test/integration/...
129129
130130
sdk-platform-java-8:
131131
needs: filter

0 commit comments

Comments
 (0)