mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-12 17:28:14 +01:00
Swap away from brew cask since it appears to be slower
This commit is contained in:
parent
33bc582d8b
commit
af58ed6a1d
2
.github/workflows/go-test.yml
vendored
2
.github/workflows/go-test.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
|||||||
continue-on-error: true # Since colima is flaky, and a failure here only impacts our metrics
|
continue-on-error: true # Since colima is flaky, and a failure here only impacts our metrics
|
||||||
run: |
|
run: |
|
||||||
# Install docker so it can be used for datadog
|
# Install docker so it can be used for datadog
|
||||||
brew install --cask docker
|
brew install docker
|
||||||
colima start
|
colima start
|
||||||
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
|
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
|
||||||
- name: Set up Datadog
|
- name: Set up Datadog
|
||||||
|
Loading…
Reference in New Issue
Block a user