Skip to content

Commit 89aed39

Browse files
committed
Test6
1 parent 52189c9 commit 89aed39

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,8 @@ jobs:
5353
- name: Install Docker & Colima (macOS)
5454
if: runner.os == 'macOS'
5555
run: |
56-
brew install docker colima qemu
57-
58-
- name: Start Colima with qemu (macOS)
59-
if: runner.os == 'macOS'
60-
run: |
61-
colima start --vm-type qemu --memory 4 --ssh-config=false --network-host-addresses=false
56+
brew install --cask docker
57+
open -a Docker
6258
6359
- name: Verify Docker
6460
run: docker --version

0 commit comments

Comments
 (0)