mirror of
https://github.com/ddworken/hishtory.git
synced 2024-12-29 02:08:53 +01:00
Continue-on-error for the DD setup since it will also fail if colima fails
This commit is contained in:
parent
6aea2cb4d9
commit
c616dd7862
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…
Reference in New Issue
Block a user