Skip to content

Commit 44b9228

Browse files
Merge pull request #10111 from rabbitmq/mergify/bp/v3.11.x/pr-10110
CI: Use 'bazel cquery' to find OCI tests (backport #10103) (backport #10110)
2 parents 4832738 + 5ccf529 commit 44b9228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/oci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Test
8080
run: |
81-
OCI_TESTS=$(bazel query 'tests(//packaging/docker-image/...)')
81+
OCI_TESTS=$(bazel cquery 'tests(//packaging/docker-image/...)' | awk '{ print $1 }')
8282
bazelisk test ${OCI_TESTS} \
8383
--config=rbe-${{ matrix.otp_version_id }}
8484

0 commit comments

Comments
 (0)