Skip to content

Commit

Permalink
clarify CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
itegulov committed Jul 18, 2023
1 parent 79f71c0 commit 5f8da96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
run: |
brew install docker
colima start
#
# Colima does not expose the Docker socket by default, we have to symlink it
# https://github.com/abiosoft/colima/blob/main/docs/FAQ.md#cannot-connect-to-the-docker-daemon-at-unixvarrundockersock-is-the-docker-daemon-running
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
Expand Down

0 comments on commit 5f8da96

Please sign in to comment.