Link colima's docker socket to the default location

This commit is contained in:
David Dworken 2023-09-07 22:02:08 -07:00
parent c67b6b8c82
commit fe75d67ede
No known key found for this signature in database

View File

@ -47,6 +47,7 @@ jobs:
# Install docker so it can be used for datadog
brew install docker
colima start
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
- name: Set up Datadog
uses: datadog/agent-github-action@v1.3
with: