Skip to content

Commit

Permalink
fix ci 3
Browse files Browse the repository at this point in the history
  • Loading branch information
BulatSaif committed Aug 8, 2023
1 parent bfd1dee commit 8102b9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
with:
channel: latest/stable
- name: Setup Python modules
run:
- pip3 install pip --upgrade
- pip3 install 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 8102b9e

Please sign in to comment.