Skip to content

Commit 4e7ed9e

Browse files
committed
Enable Podman socket during test
1 parent ef36a9c commit 4e7ed9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ jobs:
109109
run: |
110110
if [ "${{ matrix.container_cli }}" = "podman" ]
111111
then
112+
systemctl --user start podman.socket
112113
export DOCKER_HOST=unix://$(podman info --format '{{.Host.RemoteSocket.Path}}')
113114
fi
114115
pytest --verbose --color=yes --durations=10 --cov=repo2docker tests/${{ matrix.repo_type }}

0 commit comments

Comments
 (0)