We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef36a9c commit 4e7ed9eCopy full SHA for 4e7ed9e
.github/workflows/test.yml
@@ -109,6 +109,7 @@ jobs:
109
run: |
110
if [ "${{ matrix.container_cli }}" = "podman" ]
111
then
112
+ systemctl --user start podman.socket
113
export DOCKER_HOST=unix://$(podman info --format '{{.Host.RemoteSocket.Path}}')
114
fi
115
pytest --verbose --color=yes --durations=10 --cov=repo2docker tests/${{ matrix.repo_type }}
0 commit comments