Skip to content

Commit

Permalink
try installing docker on macos differently
Browse files Browse the repository at this point in the history
  • Loading branch information
Weakky committed Jun 3, 2024
1 parent e4e92c8 commit 04f108b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,10 @@ jobs:

- uses: actions-rs/toolchain@v1

- uses: docker-practice/actions-setup-docker@master
- name: Install docker # Taken from https://github.com/actions/virtual-environments/issues/1143#issuecomment-652264388
run: |
brew install docker docker-compose
colima start
- name: Start SQL Server ${{matrix.database}}
run: DOCKER_BUILDKIT=1 docker-compose -f docker-compose.yml up -d mssql-${{matrix.database}}
Expand Down

0 comments on commit 04f108b

Please sign in to comment.