mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 07:18:10 -05:00
Fix Mac OS CI - usernet unable to resolve IP for SSH forwarding (#2556)
This commit is contained in:
committed by
GitHub
parent
2df629f912
commit
f3ba2f02d5
5
.github/workflows/run-unit-tests.yml
vendored
5
.github/workflows/run-unit-tests.yml
vendored
@@ -46,8 +46,9 @@ jobs:
|
||||
- name: Install & Start Docker
|
||||
if: env.INSTALL_DOCKER == '1'
|
||||
run: |
|
||||
brew install colima docker
|
||||
colima start --arch x86_64
|
||||
brew install --HEAD colima
|
||||
brew install docker
|
||||
colima start --network-address --arch x86_64
|
||||
|
||||
# For testcontainers to find the Colima socket
|
||||
# https://github.com/abiosoft/colima/blob/main/docs/FAQ.md#cannot-connect-to-the-docker-daemon-at-unixvarrundockersock-is-the-docker-daemon-running
|
||||
|
||||
Reference in New Issue
Block a user