mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-20 11:57:50 +02:00
Continue-on-error for the DD setup since it will also fail if colima fails
This commit is contained in:
parent
8e7096cff8
commit
8ca3835cb0
1
.github/workflows/go-test.yml
vendored
1
.github/workflows/go-test.yml
vendored
@ -54,6 +54,7 @@ jobs:
|
||||
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
|
||||
- name: Set up Datadog
|
||||
if: ${{ github.ref == 'refs/heads/master' && matrix.os != 'macos-14' }}
|
||||
continue-on-error: true # Since colima is flaky, and a failure here only impacts our metrics
|
||||
uses: datadog/agent-github-action@v1.3
|
||||
with:
|
||||
api_key: ${{ secrets.DD_API_KEY }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user