We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42250b3 commit 5582a12Copy full SHA for 5582a12
.github/workflows/CI.yml
@@ -34,11 +34,11 @@ jobs:
34
with:
35
python-version: '3.11'
36
- name: Install requirements
37
- run: sudo apt-get install ansible podman python3-pip
+ run: sudo apt-get install podman python3-pip
38
+ - name: Install molecule
39
+ run: "pip3 install ansible-core molecule molecule-plugins[podman] pytest testinfra"
40
- name: Install ansible collections
41
run: ansible-galaxy collection install community.general
- - name: Install molecule
- run: "pip3 install molecule molecule-plugins[podman] pytest testinfra"
42
- name: Run Molecule
43
run: molecule test
44
env:
0 commit comments