We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a6773 commit 42250b3Copy full SHA for 42250b3
.github/workflows/CI.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Install ansible collections
39
run: ansible-galaxy collection install community.general
40
- name: Install molecule
41
- run: "pip3 install molecule molecule-plugins[podman]"
+ run: "pip3 install molecule molecule-plugins[podman] pytest testinfra"
42
- name: Run Molecule
43
run: molecule test
44
env:
0 commit comments