Skip to content

Commit

Permalink
GitHub Actions: instalar docker no MacOS-12.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbullajr committed May 9, 2024
1 parent 65d107d commit 9c20ede
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/teste-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,16 @@ jobs:
- name: Install Docker
run: |
brew install colima
brew install docker
brew services start colima
docker ps -a
#brew install --cask docker
#brew services restart colima
# For testcontainers to find the Colima socket
# https://github.com/abiosoft/colima/blob/main/docs/FAQ.md#cannot-connect-to-the-docker-daemon-at-unixvarrundockersock-is-the-docker-daemon-running
#sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
#docker context use colima
docker ps -a
docker info
- name: Docker MacOS Image - BU Service
run: |
Expand Down

0 comments on commit 9c20ede

Please sign in to comment.