CI: fix restarting Docker macOS

pull/16150/head
Steven Powell 2023-03-24 12:25:32 -07:00
parent 10145a2381
commit ff1ecd2e26
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ if docker system info > /dev/null 2>&1; then
fi
# kill docker first
osascript -e 'quit app "Docker Desktop"'
osascript -e 'quit app "Docker"'
# wait 2 minutes for it to start back up