Skip to content

Commit

Permalink
fix(molecule): fix molecule-docker version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chubchubsancho committed Oct 4, 2022
1 parent 99ed6b8 commit 322fb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Environment
run: |
python3 -m pip install --upgrade pip
python3 -m pip install molecule["docker"] ansible-lint yamllint
python3 -m pip install molecule molecule-docker==2.0.0 ansible-lint yamllint
- name: molecule test
env:
image: ${{ matrix.image }}
Expand Down

0 comments on commit 322fb02

Please sign in to comment.