Browse Source

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

மனோஜ்குமார் பழனிச்சாமி 1 year ago
parent
commit
f3ba2f02d5
1 changed files with 3 additions and 2 deletions
  1. 3 2
      .github/workflows/run-unit-tests.yml

+ 3 - 2
.github/workflows/run-unit-tests.yml

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