Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bxb100 committed Nov 6, 2024
1 parent 8e58ba3 commit 540caa1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@ jobs:
uses: actions/checkout@v4

- name: Setup Docker
if: ${{ matrix.platform == 'macos-latest' }}
if: ${{ matrix.platform == 'macos-latest' && matrix.type == 'connect' }}
run: |
brew install colima docker docker-compose
colima start
brew install docker docker-compose
sleep 20
- name: Setup Connect Server
Expand Down

0 comments on commit 540caa1

Please sign in to comment.