feat-test-playbooks #5

Merged
realaravinth merged 19 commits from feat-test-playbooks into master 2023-12-13 00:49:03 +05:30
Showing only changes of commit b74731476d - Show all commits

View file

@ -7,7 +7,7 @@ steps:
- pipx install --include-deps ansible - pipx install --include-deps ansible
- pipx ensurepath && echo $SHELL - pipx ensurepath && echo $SHELL
- /root/.local/bin/ansible-playbook ./ansible/mcaptcha.yml --connection=local - /root/.local/bin/ansible-playbook ./ansible/mcaptcha.yml --connection=local
- pipx install pytest-testinfra - pipx install --include-deps pytest-testinfra
- cd tests/cache/ && py.test --verbose base.py - cd tests/cache/ && py.test --verbose base.py
- cd tests/mcaptcha/ && py.test --verbose base.py - cd tests/mcaptcha/ && py.test --verbose base.py