How can I make a step fail, when a unit test fails? In BitBucket the status is green even though unit tests are failing.
Hi Fabian,
Pipelines steps will finish with the exit code of the commands being run. So if your step is always passing, it means the command running your unit tests is returning 0 as an exit code.
Can you add more details about the commands your running, so we can determine why the exit code is always 0?
Thanks,
Phil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.