Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurdjn committed Jun 23, 2024
1 parent 06f0045 commit c6ca905
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,7 @@ jobs:
- name: Setup docker (macOS)
if: matrix.os == 'macos-latest'
run: |
brew install colima docker docker-compose
# Link the Docker Compose v2 plugin so it's understood by the docker CLI
mkdir -p ~/.docker/cli-plugins
ln -sfn /usr/local/opt/docker-compose/bin/docker-compose ~/.docker/cli-plugins/docker-compose
colima start
brew install docker docker-machine docker-compose
- name: Run docker services
run: |
Expand Down

0 comments on commit c6ca905

Please sign in to comment.