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 5580b8c commit 28d18b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
- name: Install Docker
run: |
brew install --cask docker
ls /Applications/Docker.app/Contents/MacOS | head
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..."
while ! /Applications/Docker.app/Contents/Resources/bin/docker info &>/dev/null; do sleep 1; done
sleep 120
# build docker image
Expand Down

0 comments on commit 28d18b1

Please # to comment.