Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5582a12

Browse files
committedJul 16, 2024··
Shift jobs
1 parent 42250b3 commit 5582a12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/CI.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
with:
3535
python-version: '3.11'
3636
- name: Install requirements
37-
run: sudo apt-get install ansible podman python3-pip
37+
run: sudo apt-get install podman python3-pip
38+
- name: Install molecule
39+
run: "pip3 install ansible-core molecule molecule-plugins[podman] pytest testinfra"
3840
- name: Install ansible collections
3941
run: ansible-galaxy collection install community.general
40-
- name: Install molecule
41-
run: "pip3 install molecule molecule-plugins[podman] pytest testinfra"
4242
- name: Run Molecule
4343
run: molecule test
4444
env:

0 commit comments

Comments
 (0)
Please sign in to comment.