We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bade60b commit 0d69384Copy full SHA for 0d69384
1 file changed
.github/workflows/sdk-platform-java-ci.yaml
@@ -125,7 +125,7 @@ jobs:
125
run: echo 'EXTRA_BAZEL_ARGS="--jvmopt=-Dcom.google.testing.junit.runner.shouldInstallTestSecurityManager=false"' >> $GITHUB_ENV
126
- name: Integration Tests
127
run: |
128
- bazelisk --batch test //sdk-platform-java/test/integration/... "${EXTRA_BAZEL_ARGS[@]} "
+ bazelisk --batch test //sdk-platform-java/test/integration/... "${EXTRA_BAZEL_ARGS[@]}"
129
130
sdk-platform-java-8:
131
needs: filter
0 commit comments