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 eaa0bd2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-make-target.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,14 @@ 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 }}
make -C deps/${{ inputs.plugin }} ${{ inputs.make_target }} RABBITMQ_METADATA_STORE=${{ inputs.metadata_store }} PROJECT_VERSION=$PROJECT_VERSION
- name: UPLOAD TEST LOGS
if: always()
Expand Down

0 comments on commit eaa0bd2

Please sign in to comment.