You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 29, 2024. It is now read-only.
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.
victorbasso-sky, lacarvalho91, paulaylingdev, vanDonselaar and HarryVerhoef