Skip to content

Commit

Permalink
Actions: Removed step for installing role requirements (there are none)
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvoxia committed Dec 29, 2024
1 parent 616c459 commit 281f0ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ jobs:
- name: Install test dependencies.
run: pip3 install ansible molecule molecule-plugins[docker]

- name: Install role dependencies.
run: ansible-galaxy install -r requirements.yml

- name: Run Molecule tests.
run: molecule test --all
env:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ jobs:
- name: Install test dependencies.
run: pip3 install ansible molecule molecule-plugins[docker]

- name: Install role dependencies.
run: ansible-galaxy install -r requirements.yml

- name: Run Molecule tests.
run: molecule test --all
env:
Expand Down

0 comments on commit 281f0ef

Please sign in to comment.