Skip to content

Commit

Permalink
chore: force podman machine rm
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Dec 19, 2024
1 parent 5212d38 commit ecbc223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-ios-podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
brew install podman podman-compose
# Remove any existing machine and create new one
podman machine rm -f podman-machine-default || true
podman machine rm --force || true
podman machine init --cpus 4 --memory 4104 --disk-size 60 --now
# podman machine start
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
done
# Additional cleanup commands
nix develop -c tilt down -f ./dev/Tiltfile
# nix develop -c tilt down -f ./dev/Tiltfile
pkill -f "node.*metro" || true
pkill -f "tilt" || true
podman machine stop || true
Expand Down

0 comments on commit ecbc223

Please sign in to comment.