mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
commit
9cef14899f
2 changed files with 2 additions and 2 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue