Add a wait stmt to allow user to wait for Zookeeper to be active, before starting broker #353
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" ] |