Skip to content

Commit

Permalink
Prefer podman for ansible tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyskapunk committed Jun 13, 2024
1 parent a809b6b commit 7997aee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ jobs:
- name: Run ansible-test sanity/units
run: |
set -x
# Prefer using podman over docker
apt-get download podman-docker
sudo dpkg --force-all -i podman-docker*.deb 2>/dev/null
EXCLUDE="--exclude hack/"
git checkout -b branch
git fetch --unshallow origin main
Expand Down

0 comments on commit 7997aee

Please sign in to comment.