Skip to content

Commit e444d9b

Browse files
committed
Use colima instead of docker desktop
Signed-off-by: Jakub Dzikowski <[email protected]>
1 parent 3c2ec25 commit e444d9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-on-push.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ jobs:
6161

6262
- name: Install and start Docker
6363
run: |
64-
brew install --cask docker
64+
brew install --cask colima docker
6565
docker --version
66-
open /Applications/Docker.app
66+
colima start
6767
for i in {1..30}; do
6868
docker version && break
6969
echo "Waiting for Docker to start..."

0 commit comments

Comments
 (0)