Add install pytest/testinfra to for molecule CI

This commit is contained in:
Michiel Thai 2021-04-11 09:28:37 +02:00 committed by GitHub
parent fea36b1717
commit 68e09a83a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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