Skip to content

Commit efbc590

Browse files
authored
Update integration-tests.yml podman.sock location (#343)
1 parent be4664b commit efbc590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
brew install podman
2828
podman machine init
2929
podman machine start
30-
echo "DOCKER_HOST=unix:///Users/runner/.local/share/containers/podman/machine/podman-machine-default/podman.sock" >> $GITHUB_ENV
30+
echo "DOCKER_HOST=unix:///Users/runner/.local/share/containers/podman/machine/qemu/podman.sock" >> $GITHUB_ENV
3131
3232
- name: Set up Go
3333
uses: actions/setup-go@v4

0 commit comments

Comments
 (0)