Skip to content

Commit

Permalink
add colima
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed Mar 11, 2024
1 parent 06081ed commit b112b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Test on Mac
if: matrix.os == 'macos-13'
run: |
brew install docker
brew install docker colima
colima start --network-address
export TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock
export TESTCONTAINERS_HOST_OVERRIDE=$(colima ls -j | jq -r '.address')
Expand Down

0 comments on commit b112b8a

Please sign in to comment.