diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 096b17d..b0950bf 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -44,7 +44,7 @@ jobs: # Set a consistent hostname so we can run tests that depend on it sudo scutil --set HostName ghaction-runner-hostname - name: MacOS Docker Setup - if: ${{ matrix.os == 'macos-latest' || matrix.os == 'macos-14'}} + if: ${{ matrix.os == 'macos-latest' || matrix.os == 'macos-14 '}} continue-on-error: true run: | # Install docker so it can be used for datadog @@ -52,7 +52,7 @@ jobs: colima start sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock - name: Set up Datadog - if: ${{ github.ref == 'refs/heads/master' }} + if: ${{ github.ref == 'refs/heads/master' && matrix.os != 'macos-14' }} uses: datadog/agent-github-action@v1.3 with: api_key: ${{ secrets.DD_API_KEY }}