sbt-docker-compose
sbt-docker-compose copied to clipboard
dockerComposeTest returns success on compilation error
I noticed that when I run sbt dockerComposeTest
when I have a compilation error in one of my tests, the exit code is still a success. This is a bit problematic when the command is used on automated builds, because in case of a compilation error the build passes.