We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0349fd6 commit e33b3f8Copy full SHA for e33b3f8
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 ${EXTRA_BAZEL_ARGS} test //sdk-platform-java/test/integration/...
129
130
sdk-platform-java-8:
131
needs: filter
0 commit comments