fix: testinfra install command

This commit is contained in:
Aravinth Manivannan 2023-12-09 04:12:23 +05:30
parent 69fb946f3f
commit b74731476d
Signed by: realaravinth
GPG key ID: F8F50389936984FF

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