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 ab33889 commit e4e92c8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,7 @@ jobs:

- uses: actions-rs/toolchain@v1

- name: Setup Docker on macOS
run: |
brew install docker
colima start --runtime docker
- uses: docker-practice/actions-setup-docker@master

- 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 e4e92c8

Please sign in to comment.