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:
parent
aeef4dc09d
commit
fe6e722fd6
|
@ -187,7 +187,7 @@ jobs:
|
|||
|
||||
test-rabbitmq_cli:
|
||||
needs: check-workflow
|
||||
uses: ./.github/workflows/test-plugin.yaml
|
||||
uses: ./.github/workflows/test-plugin-mixed.yaml
|
||||
with:
|
||||
repo_cache_key: ${{ needs.check-workflow.outputs.repo_cache_key }}
|
||||
plugin: rabbitmq_cli
|
||||
|
|
Loading…
Reference in New Issue