Skip to content

Commit a0e1d61

Browse files
committed
setup docker on macos
1 parent dcce5df commit a0e1d61

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,8 @@ jobs:
4444
python-version: 3.11
4545

4646
- name: Docker setup (macos only)
47-
id: setup-docker-mac
4847
if: ${{ runner.os == 'macOS' }}
49-
run: |
50-
brew install docker
51-
colima start
48+
uses: douglascamata/[email protected]
5249

5350
- name: Set up Project
5451
run: |

0 commit comments

Comments
 (0)