add CONTRIBUTING.md file with some instructions on how to run some ma… #312
Workflow file for this run
This file contains hidden or 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;' |