diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90050d590..9d4ed7755 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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