Skip to content

Commit

Permalink
Merge pull request #502 from konstruktoid/gha
Browse files Browse the repository at this point in the history
install jmespath and format
  • Loading branch information
konstruktoid authored Jan 25, 2024
2 parents 3749d70 + 7aaccaf commit 90eba44
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ jobs:

- name: Install system dependencies
run: |
sudo apt-get --assume-yes install podman python3-pip slirp4netns uidmap --no-install-recommends
python3 -m pip install --user -U ansible ansible-lint molecule-plugins[podman]
sudo apt-get --assume-yes install podman python3-pip slirp4netns \
uidmap --no-install-recommends
python3 -m pip install --user -U ansible ansible-lint \
jmespath molecule-plugins[podman]
- name: Run ansible-lint
run: |
ansible-lint
- name: Run molecule
run: |
molecule test -s podman
ANSIBLE_REMOTE_TMP="/var/tmp/${USER}/ansible" molecule test -s podman

0 comments on commit 90eba44

Please sign in to comment.