Hi all,
Provision docker instance > Get application code > Run some tests
I am currently creating a CICD pipeline for an application. Before we build the application, we run some scala tests using sbt.
Some of the test cases are written to fail thus produce error messages and I am finding the playbook fails as it detects these “errors”.
Does anyone have any idea on how one should handle this?
Cheers