ZDM Helm charts for Kubernetes #287
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: Ansible Integration | |
on: push | |
jobs: | |
test-in-compose: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Start docker-compose | |
run: | | |
docker-compose up -d | |
sleep 720 | |
docker-compose logs | |
docker ps -a | |
docker exec zdm-proxy-automation_client_1 cqlsh zdm-proxy-automation_proxy_1 -e 'select * from system.local;' |