Skip to content

Commit eabbd3b

Browse files
committed
Test10
1 parent 4d444b2 commit eabbd3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ jobs:
5050
- name: Check out repository code
5151
uses: actions/checkout@v2
5252

53-
- name: Install Lima and Docker CLI (macOS)
53+
- name: Install Docker CLI (macOS)
5454
if: runner.os == 'macOS'
5555
run: |
56+
brew install docker colima
57+
colima start --docker
58+
5659

57-
brew install lima
58-
brew install docker
59-
limactl start
6060
- name: Verify Docker
6161
run: docker --version
6262

0 commit comments

Comments
 (0)