mirror of
https://github.com/containers/podman.git
synced 2026-06-08 07:46:17 -04:00
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -631,7 +631,7 @@ jobs:
|
||||
PROVIDER: ${{ matrix.provider }}
|
||||
CONTAINERS_MACHINE_PROVIDER: ${{ matrix.provider }}
|
||||
# machine_test.go rejects TMPDIR >= 22 chars on darwin (socket path budget).
|
||||
TMPDIR: /private/tmp
|
||||
TMPDIR: /private/tmp/ci
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
|
||||
@@ -11,7 +11,7 @@ pkill -f ginkgo
|
||||
|
||||
rm -rf "$HOME/.local/share/containers/podman/machine"
|
||||
rm -rf "$HOME/.config/containers/podman"
|
||||
rm -rf "${TMPDIR:-/private/tmp}/podman"
|
||||
rm -rf "${TMPDIR:-/private/tmp/ci}"
|
||||
|
||||
# Make we never error
|
||||
true
|
||||
|
||||
Reference in New Issue
Block a user