Skip to content

Commit

Permalink
Use colima instead of docker desktop
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Dzikowski <[email protected]>
  • Loading branch information
dzikowski committed Sep 24, 2024
1 parent 3c2ec25 commit e444d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:

- name: Install and start Docker
run: |
brew install --cask docker
brew install --cask colima docker
docker --version
open /Applications/Docker.app
colima start
for i in {1..30}; do
docker version && break
echo "Waiting for Docker to start..."
Expand Down

0 comments on commit e444d9b

Please sign in to comment.