Skip to content

Commit

Permalink
GitHub Actions: instalar docker no MacOS-14.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbullajr committed May 9, 2024
1 parent 91b314d commit ea297e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/teste-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
run: |
brew install colima
brew install docker
brew install --cask virtualbox
brew services start colima
export DOCKER_HOST=unix:///$HOME/.colima/docker.sock
#export DOCKER_HOST=unix:///$HOME/.colima/docker.sock
#brew install --cask docker
#brew services restart colima
# For testcontainers to find the Colima socket
Expand Down

0 comments on commit ea297e4

Please sign in to comment.