Skip to content

Commit 038fe8d

Browse files
authored
Update integration-tests.yml
1 parent d10a708 commit 038fe8d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
if: ${{ matrix.os == 'macos-13' }}
2727
id: setup-docker
2828
uses: douglascamata/[email protected]
29+
30+
- name: inject colima docker sock
31+
if: ${{ matrix.os == 'macos-13' }}
32+
run: echo "DOCKER_HOST=unix:///Users/runner/.colima/default/docker.sock" >> $GITHUB_ENV
2933

3034
- name: Set up Go
3135
uses: actions/setup-go@v5
@@ -41,7 +45,5 @@ jobs:
4145
fetch-depth: 0
4246

4347
- name: Run tests
44-
env:
45-
DOCKER_HOST: unix:///Users/runner/.colima/default/docker.sock
4648
run: |
4749
make test

0 commit comments

Comments
 (0)