Skip to content

Commit

Permalink
[SERV-1012] Test colima with new DOCKER_HOST socket
Browse files Browse the repository at this point in the history
  • Loading branch information
angelahuqing committed Jan 31, 2024
1 parent 8a8d01b commit 5b8aa19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
brew install colima
colima --version
colima run -d -e DOCKER_HOST=unix:///var/run/docker.sock
export DOCKER_HOST="unix://$HOME/.colima/docker.sock"
sleep 5
- name: Check Colima Docker version
run: docker version
Expand Down

0 comments on commit 5b8aa19

Please sign in to comment.