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