Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BulatSaif committed Aug 8, 2023
1 parent 81c9d29 commit bfd1dee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
with:
channel: latest/stable
- name: Setup Python modules
run: pip3 install wheel yamllint ansible ansible-lint molecule molecule-plugins[docker] molecule-lxd docker
run:
- pip3 install pip --upgrade
- pip3 install yamllint ansible ansible-lint molecule molecule-plugins[docker] molecule-lxd docker
- name: Run molecule
run: molecule test --all
working-directory: "${{ github.repository }}/${{ inputs.role-path }}"

0 comments on commit bfd1dee

Please sign in to comment.