Skip to content

Commit 0d69384

Browse files
committed
fix extra space
1 parent bade60b commit 0d69384

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 test //sdk-platform-java/test/integration/... "${EXTRA_BAZEL_ARGS[@]}"
129129
130130
sdk-platform-java-8:
131131
needs: filter

0 commit comments

Comments
 (0)