Skip to content

Commit 7c9607b

Browse files
committed
Test15
1 parent a6897ce commit 7c9607b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,9 @@ jobs:
5656
if: runner.os == 'macOS'
5757
run: |
5858
brew install docker colima
59-
brew install qemu
6059
colima version
6160
docker --version
62-
colima start --cpu 3 --memory 6 --disk 100 --vm-type=qemu --mount-type=sshfs --dns=1.1.1.1
63-
61+
colima start
6462
6563
- name: Verify Docker
6664
run: docker --version

0 commit comments

Comments
 (0)