From 8ca3835cb09f397fc5331f38a283d28fab4cc961 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Fri, 5 Apr 2024 16:05:37 -0700 Subject: [PATCH] Continue-on-error for the DD setup since it will also fail if colima fails --- .github/workflows/go-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index f9be7d8..3111528 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -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 }}