kiegroup / github-action-build-chain

86 stars 24 forks source link

Enable parallelization #433

Closed shubhbapna closed 1 year ago

shubhbapna commented 1 year ago

fixes #427

Some of the manual test cases I tried with parallelism enabled would only print 3/4th's of the logs. To fix this I had to implement a safe exit for the runners to force them to wait for stdout to be flushed before exiting.