We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4832738 + 5ccf529 commit 44b9228Copy full SHA for 44b9228
.github/workflows/oci.yaml
@@ -78,7 +78,7 @@ jobs:
78
79
- name: Test
80
run: |
81
- OCI_TESTS=$(bazel query 'tests(//packaging/docker-image/...)')
+ OCI_TESTS=$(bazel cquery 'tests(//packaging/docker-image/...)' | awk '{ print $1 }')
82
bazelisk test ${OCI_TESTS} \
83
--config=rbe-${{ matrix.otp_version_id }}
84
0 commit comments