Skip to content

Commit dab0918

Browse files
committed
Use colima for docker on macOS
1 parent 326eb7b commit dab0918

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
restore-keys: bazel-cache-${{ runner.os }}-${{ github.job }}-
5353
# removing the aws CLI so it can be installed by the workstation provisioning
5454
- run: rm /usr/local/bin/aws /usr/local/bin/aws_completer
55-
- run: brew install --cask docker
55+
- run: brew install docker colima
56+
- run: colima start
5657
- run: docker image ls
5758
- run: bazel run //workstation:test
5859

0 commit comments

Comments
 (0)