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
From your explanation it looks like you are actually using sbt-assembly, which does run tests during assembly if not configured otherwise. sbt-native-packager doesn't configure anything to run tests during build.
Expected behaviour
sbt 'set test in Test := {}' -batch hmda-platform/docker:stage
does not skip testsneither does
sbt 'set test in assembly := {}' -batch hmda-platform/docker:stage
does not skip testsActual behaviour
sbt 'set test in Test := {}' -batch hmda-platform/docker:stage
should skip testsInformation
1.3.2
1.2.0
Mac
docker
rpm --version
)Mac
The text was updated successfully, but these errors were encountered: