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 74c414f commit d10a708Copy full SHA for d10a708
.github/workflows/integration-tests.yml
@@ -26,7 +26,7 @@ jobs:
26
if: ${{ matrix.os == 'macos-13' }}
27
id: setup-docker
28
uses: douglascamata/[email protected]
29
-
+
30
- name: Set up Go
31
uses: actions/setup-go@v5
32
with:
@@ -41,5 +41,7 @@ jobs:
41
fetch-depth: 0
42
43
- name: Run tests
44
+ env:
45
+ DOCKER_HOST: unix:///Users/runner/.colima/default/docker.sock
46
run: |
47
make test
0 commit comments