Skip to content

Commit 4d444b2

Browse files
committed
Test9
1 parent 9bf845a commit 4d444b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ jobs:
5353
- name: Install Lima and Docker CLI (macOS)
5454
if: runner.os == 'macOS'
5555
run: |
56+
5657
brew install lima
5758
brew install docker
58-
limactl start template://docker --name=docker
59-
echo "DOCKER_HOST=unix://$HOME/.lima/docker/sock/docker.sock" >> $GITHUB_ENV
59+
limactl start
6060
- name: Verify Docker
6161
run: docker --version
6262

0 commit comments

Comments
 (0)