Skip to content

Commit 23cc737

Browse files
committed
make CI: Set a correct broker version for CLI tests
1 parent 022256b commit 23cc737

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-make-target.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ jobs:
5858
5959
sudo aa-complain `which slapd`
6060
61+
# rabbitmq_cli needs a correct broker version for two of its tests.
62+
- name: SETUP PROJECT_VERSION (rabbitmq_cli)
63+
if: inputs.plugin == 'rabbitmq_cli'
64+
run: echo "MAKEFLAGS='PROJECT_VERSION=4.1.0'" >> "$GITHUB_ENV"
65+
6166
- name: RUN TESTS
6267
run: |
6368
make -C deps/${{ inputs.plugin }} ${{ inputs.make_target }} RABBITMQ_METADATA_STORE=${{ inputs.metadata_store }}

0 commit comments

Comments
 (0)