Skip to content

Commit 2af9541

Browse files
committed
1 parent 57543ae commit 2af9541

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ jobs:
8888
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
8989
restore-keys: |
9090
${{ runner.os }}-go-
91+
- name: Install and configure Docker using colima
92+
# Ref: https://github.com/abiosoft/colima/blob/main/docs/FAQ.md#cannot-connect-to-the-docker-daemon-at-unixvarrundockersock-is-the-docker-daemon-running
93+
run: |
94+
brew install docker
95+
colima start
96+
echo "DOCKER_HOST=unix://$HOME/.colima/default/docker.sock" >> $GITHUB_ENV
9197
- name: Run tests
9298
run: make test
9399
env:

0 commit comments

Comments
 (0)