Skip to content

Commit

Permalink
GitHub Actions: instalar docker no MacOS-16.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbullajr committed May 9, 2024
1 parent f33483b commit 3aa8c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/teste-macos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generate Tested Images
name: Teste-MacOS

on:
push:
Expand All @@ -25,7 +25,7 @@ jobs:
brew install colima
brew install --cask docker
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 3aa8c2a

Please sign in to comment.