Skip to content

Commit

Permalink
Use colima on mac during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincburns committed Oct 20, 2024
1 parent 53211d7 commit 9b541b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
- name: Start container runtime
if: runner.os == 'macOS'
run: |
brew install docker
colima start
- name: Install dependencies
run: yarn install --immutable
- name: Test
Expand Down

0 comments on commit 9b541b5

Please sign in to comment.