Skip to content

fix(ci): fix Linux build jobs not outputting test reports

Description

Because of a typo, the Linux build jobs didn't output test reports anymore. There was a missing space between the -j option argument and --output-junit option.

Closes #1071 (closed)

How to test it?

Check the test reports of this MR.

Merge request reports