Fix Mac OS CI - usernet unable to resolve IP for SSH forwarding (#2556)

This commit is contained in:
மனோஜ்குமார் பழனிச்சாமி
2024-06-21 10:02:26 +05:30
committed by GitHub
parent 2df629f912
commit f3ba2f02d5

View File

@@ -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