mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-25 01:33:28 +01:00
Use cask for installing homebrew to speed up github actions
This commit is contained in:
parent
fa65aeda36
commit
7bce688fc5
4
.github/workflows/go-test.yml
vendored
4
.github/workflows/go-test.yml
vendored
@ -46,10 +46,10 @@ jobs:
|
||||
sudo scutil --set HostName ghaction-runner-hostname
|
||||
- name: MacOS Docker Setup
|
||||
if: ${{ matrix.os == 'macos-latest' || matrix.os == 'macos-14 '}}
|
||||
continue-on-error: true
|
||||
continue-on-error: true # Since colima is flaky, and a failure here only impacts our metrics
|
||||
run: |
|
||||
# Install docker so it can be used for datadog
|
||||
brew install docker
|
||||
brew install --cask docker
|
||||
colima start
|
||||
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
|
||||
- name: Set up Datadog
|
||||
|
Loading…
Reference in New Issue
Block a user