Skip to content

Commit

Permalink
Update push-to-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
humandecoded authored Apr 24, 2024
1 parent b08d65a commit 7d41f0b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ jobs:
# Sets up Docker environment on macOS runner
- name: Install Docker
run: |
brew install --cask docker
curl -o Docker.dmg https://desktop.docker.com/mac/main/arm64/145265/Docker.dmg
sudo hdiutil attach Docker.dmg
sudo /Volumes/Docker/Docker.app/Contents/MacOS/install --accept-license
sudo hdiutil detach /Volumes/Docker
open -a /Applications/Docker.app --args --unattended --accept-license
echo "We are waiting for Docker to be up and running. It can take over 2 minutes..."
sleep 180
sleep 300
# build docker image
Expand Down

0 comments on commit 7d41f0b

Please # to comment.