Skip to content

Commit

Permalink
Merge pull request #348 from redhatci/podman_sanity
Browse files Browse the repository at this point in the history
Prefer podman for ansible tests
  • Loading branch information
tonyskapunk authored Jun 13, 2024
2 parents a809b6b + 7997aee commit aff58b1
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 aff58b1

Please sign in to comment.