mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-08-02 13:46:22 +02:00
Add install pytest/testinfra to for molecule CI
This commit is contained in:
parent
fea36b1717
commit
68e09a83a5
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: Install test dependencies.
|
||||
run: pip3 install ansible molecule[docker] docker
|
||||
run: pip3 install ansible molecule[docker] docker pytest pytest-testinfra
|
||||
|
||||
- name: Run Molecule tests.
|
||||
run: molecule test
|
||||
|
Loading…
Reference in New Issue
Block a user