Skip to content

Commit

Permalink
update molecule-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer authored Dec 7, 2023
1 parent c65869d commit f3b41b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ jobs:
python-version: '3.x'

- name: Install test dependencies.
run: pip3 install ansible molecule[docker] docker
run: pip3 install ansible molecule-plugins[docker] docker

- name: Run Molecule tests.
run: molecule test
env:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'
MOLECULE_DISTRO: ${{ matrix.distro }}
CONTAINERD: '1'
CONTAINERD: '1'

0 comments on commit f3b41b9

Please sign in to comment.