Skip to content

Output test log in CI pipeline job

Related tasks

Context

A change in a previous MR introduced piped the out of the test command directly to the go-junit-report tool to generate a summary report that Gitlab can display in its MR UI. The report is convenient, but piping directly to the tool stopped the test job from getting the test output.

Change

This MR changes the test CI job to both show the test command output and pipe the results into go-junit-report to generate the test report.

Other information

Additional documentation

Edited by Alejo Carballude

Merge request reports