Skip to content

Commit

Permalink
test using colima
Browse files Browse the repository at this point in the history
Signed-off-by: Curtis Harding <ch@curtish.me>
  • Loading branch information
curtis-h committed May 27, 2024
1 parent 3355e8b commit fc789c1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,20 @@ jobs:
- name: "Install Docker"
if: matrix.os-type == 'macos'
run: |
brew install --cask docker
brew install colima docker
- name: "Open Docker"
if: matrix.os-type == 'macos'
run: |
open --background /Applications/Docker.app --args --unattended &
colima start
- name: Wait for Docker
run: sleep 10

- name: Test Docker
run: docker version -f '{{ .Server.Os }}'


# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3

Expand Down

0 comments on commit fc789c1

Please sign in to comment.