We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10a708 commit 038fe8dCopy full SHA for 038fe8d
.github/workflows/integration-tests.yml
@@ -26,6 +26,10 @@ jobs:
26
if: ${{ matrix.os == 'macos-13' }}
27
id: setup-docker
28
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
33
34
- name: Set up Go
35
uses: actions/setup-go@v5
@@ -41,7 +45,5 @@ jobs:
41
45
fetch-depth: 0
42
46
43
47
- name: Run tests
44
- env:
- DOCKER_HOST: unix:///Users/runner/.colima/default/docker.sock
48
run: |
49
make test
0 commit comments