biurad / poakium

A Monorepo for Full-stack PHP independent libraries. (metapackage)
MIT License
2 stars 0 forks source link

[Git-SCM] Concurrent run continues even after a failure #33

Closed divineniiquaye closed 1 year ago

divineniiquaye commented 1 year ago

Is there an existing issue for this?

What happened?

When running a concurrent run with a list of commands, even with the parameter $exitOnFailure set to true, I expected the command to fail. Looks like there's some inconsistency in handling commands error.

The error message used for concurrent runs needs to be updated.

Expected Behavior or Solution

Expected run to end when an error is encountered.

Steps To Reproduce

No response

Additional context

No response

Code of Conduct