Skip to content

Commit 34a511a

Browse files
committed
try colima
1 parent 3872a50 commit 34a511a

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/quality-checks.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -419,17 +419,10 @@ jobs:
419419
ref: ${{ env.BRANCH_NAME }}
420420
fetch-depth: 0
421421

422-
- name: Install Docker Desktop
422+
- name: Install Docker with Colima
423423
run: |
424-
brew install --cask docker
425-
sudo /Applications/Docker.app/Contents/MacOS/Docker --unattended --install-privileged-components
426-
open -a Docker
427-
# Wait for Docker to start
428-
while ! docker system info > /dev/null 2>&1; do
429-
echo "Waiting for Docker to start..."
430-
sleep 5
431-
done
432-
echo "Docker is ready!"
424+
brew install docker colima
425+
colima start
433426
434427
- name: Build dev container
435428
run: |

0 commit comments

Comments
 (0)