Skip to content

Commit

Permalink
chore: updated dependencies installation due to ansible/molecule#2891
Browse files Browse the repository at this point in the history
  • Loading branch information
jaanhio committed Nov 5, 2020
1 parent 7990f57 commit 64bb8a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/github-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@ jobs:
python-version: '3.x'

- name: Install test dependencies.
run: pip3 install molecule docker yamllint ansible-lint
run: pip3 install molecule docker yamllint ansible-lint molecule-docker

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

0 comments on commit 64bb8a6

Please sign in to comment.