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 eaa0bd2Copy full SHA for eaa0bd2
.github/workflows/test-make-target.yaml
@@ -58,9 +58,14 @@ 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 "PROJECT_VERSION=4.1.0" >> "$GITHUB_ENV"
65
+
66
- name: RUN TESTS
67
run: |
- make -C deps/${{ inputs.plugin }} ${{ inputs.make_target }} RABBITMQ_METADATA_STORE=${{ inputs.metadata_store }}
68
+ make -C deps/${{ inputs.plugin }} ${{ inputs.make_target }} RABBITMQ_METADATA_STORE=${{ inputs.metadata_store }} PROJECT_VERSION=$PROJECT_VERSION
69
70
- name: UPLOAD TEST LOGS
71
if: always()
0 commit comments