Skip to content

Commit

Permalink
ci: Fix test report parsing for mssql
Browse files Browse the repository at this point in the history
Broke test report output
  • Loading branch information
timabell committed Jan 30, 2024
1 parent 39070d3 commit 76f0f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76f0f57

Please sign in to comment.