Skip to content

Commit

Permalink
feat: use action to install docker on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
lsndr committed Aug 29, 2023
1 parent 6dc246a commit caa2ba9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,8 @@ jobs:

- name: Install Docker (MacOS)
if: ${{ startsWith(matrix.os, 'macos') }}
run: |
brew install docker
colima start
uses: docker-practice/actions-setup-docker@master
timeout-minutes: 12

- name: Install Dependencies
uses: ./.github/workflows/composite/npm
Expand Down

0 comments on commit caa2ba9

Please sign in to comment.