Skip to content

Commit

Permalink
try installing docker on macos differently..... hello jan
Browse files Browse the repository at this point in the history
  • Loading branch information
Weakky committed Jun 3, 2024
1 parent df3699a commit acab8af
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: Install docker
run: |
brew install docker docker-compose
colima start
- 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 acab8af

Please sign in to comment.