Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Dec 19, 2023
1 parent 42c9e87 commit 120eed1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,12 @@ jobs:
sudo apt update && sudo apt -y install podman
- name: Emulate docker with podman
run: |
printf "%s" "$(podman version)"
ver=$(podman version)
mkdir -p $HOME/.bin
cat <(echo '#!/usr/bin/env bash') <(echo 'exec podman "$@"') > $HOME/.bin/docker
chmod +x $HOME/.bin/docker
echo "PATH=$HOME/.bin:$PATH" >> "$GITHUB_ENV"
printf "%s" "$ver"
- name: Set up testcontainers for podman
run: echo ryuk.container.privileged=true > ~/.testcontainers.properties
- name: Start Podman API
Expand Down

0 comments on commit 120eed1

Please sign in to comment.