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.
1 parent 022256b commit 23cc737Copy full SHA for 23cc737
.github/workflows/test-make-target.yaml
@@ -58,6 +58,11 @@ jobs:
58
59
sudo aa-complain `which slapd`
60
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
+
66
- name: RUN TESTS
67
run: |
68
make -C deps/${{ inputs.plugin }} ${{ inputs.make_target }} RABBITMQ_METADATA_STORE=${{ inputs.metadata_store }}
0 commit comments