Skip to content

Commit

Permalink
Fix Mac OS CI - usernet unable to resolve IP for SSH forwarding (#2556)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartManoj authored Jun 21, 2024
1 parent 2df629f commit f3ba2f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3ba2f0

Please sign in to comment.