This is what I am running:
If at least one of the foo jobs exit with nonzero, this is what the console output looks like:
package A output
report
package B output
package C output
This is what I expected:
package A output
package B output
package C output
report
The report placement is fine when all jobs exit with zero, and it is also fine when collect-logs flag is not present.
Environment:
- yarn 1.22.10
- npm 6.9.3
- node 12.0.0
- wsrun 5.2.4
- vscode integrated terminal running powershell on windows 10