Refactor CLI handling to reduce code duplication and reuse framework for topics, userscram and ACL #431
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: CI | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
schedule: | |
- cron: '0 6 * * *' | |
jobs: | |
ci: | |
uses: ansible-middleware/github-actions/.github/workflows/ci.yml@main | |
secrets: inherit | |
with: | |
fqcn: 'middleware_automation/amq_streams' | |
molecule_tests: >- | |
[ "default", "all_auth", "all_cluster", "connect", "ssl_auth_sasl", "ssl_no_auth" ] |