Skip to content

Commit

Permalink
make CI: Set a correct broker version for CLI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoguin committed Sep 20, 2024
1 parent 022256b commit 56a489b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-make-target.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ jobs:
sudo aa-complain `which slapd`
# rabbitmq_cli needs a correct broker version for two of its tests.
- name: SETUP PROJECT_VERSION (rabbitmq_cli)
if: inputs.plugin == 'rabbitmq_cli'
run: echo "PROJECT_VERSION=4.1.0" >> "$GITHUB_ENV"

- name: RUN TESTS
run: |
make -C deps/${{ inputs.plugin }} ${{ inputs.make_target }} RABBITMQ_METADATA_STORE=${{ inputs.metadata_store }}
Expand Down

0 comments on commit 56a489b

Please sign in to comment.