From 76f0f57e156f51dabc9d237ecb0298c0c76708d0 Mon Sep 17 00:00:00 2001 From: Tim Abell Date: Tue, 30 Jan 2024 00:43:53 +0000 Subject: [PATCH] ci: Fix test report parsing for mssql Broke test report output --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c15b93a..cb5672f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -148,7 +148,7 @@ jobs: run: | go clean -testcache go test -json sse_test.go \ - 2>&1 | go-junit-report -parser gojson -iocopy -out results-MSSQL-${{ matrix.go-version }}.xml + 2>&1 | go-junit-report -iocopy -set-exit-code -out results-MSSQL-${{ matrix.go-version }}.xml - name: Upload Go test results uses: actions/upload-artifact@v3