feat-test-playbooks #5

Merged
realaravinth merged 19 commits from feat-test-playbooks into master 2023-12-13 00:49:03 +05:30
2 changed files with 5 additions and 2 deletions
Showing only changes of commit 2c02ae4b95 - Show all commits

View file

@ -6,8 +6,8 @@ steps:
- apt-get install -y ca-certificates curl gnupg tar wget libssl-dev python3-pip cython3 pipx
- pipx install --include-deps ansible
- pipx ensurepath && echo $SHELL
- /root/.local/bin/ansible-playbook ./ansible/mcaptcha.yml --connection=local
- /root/.local/bin/ansible-galaxy install -r ./ansible/requirements.yml
- /root/.local/bin/ansible-playbook --connection=local -i localhost, --limit 127.0.0.1 ./ansible/mcaptcha.yml
- pipx install --include-deps pytest-testinfra
- cd tests/cache/ && py.test --verbose base.py
- cd tests/mcaptcha/ && py.test --verbose base.py

3
ansible/requirements.yml Normal file
View file

@ -0,0 +1,3 @@
- src: geerlingguy.mysql
- src: geerlingguy.postgresql