Skip to content

Commit

Permalink
ci: Install Docker on macos using action
Browse files Browse the repository at this point in the history
  • Loading branch information
shrink committed Aug 18, 2023
1 parent 1d3b4ab commit 2c68eed
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@ jobs:
path: dist
key: build-${{ github.sha }}
- name: Install Docker
env:
HOMEBREW_GITHUB_API_TOKEN: "${{ github.token }}"
run: |
brew install docker colima
colima start
uses: douglascamata/setup-docker-macos-action
- run: docker build -t example:${{ github.sha }} ./.github/tests
- uses: ./
id: extract
Expand Down

0 comments on commit 2c68eed

Please sign in to comment.