Support Ubuntu 24 (#73) #297
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;' |