Skip to content

Commit

Permalink
Use colima to start docker instead of podman on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
loosebazooka authored Oct 15, 2023
1 parent 408c451 commit 9f67421
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: install podman
- name: start docker
if: ${{ matrix.os == 'macos-latest' }}
run: |
brew install podman
podman machine init
podman machine start
echo "DOCKER_HOST=unix:///Users/runner/.local/share/containers/podman/machine/qemu/podman.sock" >> $GITHUB_ENV
brew install docker
colima start
- name: Set up Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit 9f67421

Please sign in to comment.