We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 326eb7b commit dab0918Copy full SHA for dab0918
.github/workflows/test.yml
@@ -52,7 +52,8 @@ jobs:
52
restore-keys: bazel-cache-${{ runner.os }}-${{ github.job }}-
53
# removing the aws CLI so it can be installed by the workstation provisioning
54
- run: rm /usr/local/bin/aws /usr/local/bin/aws_completer
55
- - run: brew install --cask docker
+ - run: brew install docker colima
56
+ - run: colima start
57
- run: docker image ls
58
- run: bazel run //workstation:test
59
0 commit comments