Skip to content

Commit

Permalink
🪝 test updated for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
agombert committed Oct 3, 2024
1 parent 24a0a0a commit 0c2227f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
- name: Set up Docker
run: |
brew install docker
brew install colima
colima start
sudo ln -sf $HOME/.colima/docker.sock /var/run/docker.sock
Expand Down Expand Up @@ -114,4 +115,4 @@ jobs:
- name: Stop Docker container
if: always()
run: docker stop test-container-macos
run: docker stop test-container-macos

0 comments on commit 0c2227f

Please sign in to comment.