Skip to content

Commit d10a708

Browse files
authored
Update integration-tests.yml
1 parent 74c414f commit d10a708

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: ${{ matrix.os == 'macos-13' }}
2727
id: setup-docker
2828
uses: douglascamata/[email protected]
29-
29+
3030
- name: Set up Go
3131
uses: actions/setup-go@v5
3232
with:
@@ -41,5 +41,7 @@ jobs:
4141
fetch-depth: 0
4242

4343
- name: Run tests
44+
env:
45+
DOCKER_HOST: unix:///Users/runner/.colima/default/docker.sock
4446
run: |
4547
make test

0 commit comments

Comments
 (0)