diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9992cf222..3dcc6ef3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: TENANT_ID: ${{ secrets.TENANT_ID }} run: | set -euo pipefail - go test -json -v ./... 2>&1 | tee /tmp/gotest.log | gotestfmt + go test -json -v ./... 2>&1 | tee /tmp/gotest.log | gotestfmt -hide successful-tests # Upload the original go test log as an artifact for later review. - name: Upload test log