Skip to content

Commit 5a8e8c1

Browse files
authored
Update integration-tests.yml
1 parent 2d50c49 commit 5a8e8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: start docker
2626
if: ${{ matrix.os == 'macos-latest' }}
2727
run: |
28-
brew install docker
28+
brew install docker colima
2929
colima start
3030
echo "DOCKER_HOST=unix:///Users/runner/.colima/default/docker.sock" >> $GITHUB_ENV
3131

0 commit comments

Comments
 (0)