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 has been 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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.The text was updated successfully, but these errors were encountered: