CI: Use 'test-plugin-mixed.yaml' for CLI tests in mixed version template

This appears to be an oversight when creating the mixed version
template: the CLI should use the mixed version workflow template rather
than the regular plugin workflow.
This commit is contained in:
Michael Davis 2024-07-01 14:16:00 -04:00
parent aeef4dc09d
commit fe6e722fd6
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ jobs:
test-rabbitmq_cli: test-rabbitmq_cli:
needs: check-workflow needs: check-workflow
uses: ./.github/workflows/test-plugin.yaml uses: ./.github/workflows/test-plugin-mixed.yaml
with: with:
repo_cache_key: ${{ needs.check-workflow.outputs.repo_cache_key }} repo_cache_key: ${{ needs.check-workflow.outputs.repo_cache_key }}
plugin: rabbitmq_cli plugin: rabbitmq_cli