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
For certain scenarios I would like to skip tests when running sbt -batch myapp/docker:stage . What is a way to do this? I've tried sbt 'set test in Test := {}' -batch myapp/docker:stage but this doesn't work either...It still runs tests.
The text was updated successfully, but these errors were encountered:
For certain scenarios I would like to skip tests when running
sbt -batch myapp/docker:stage
. What is a way to do this? I've triedsbt 'set test in Test := {}' -batch myapp/docker:stage
but this doesn't work either...It still runs tests.The text was updated successfully, but these errors were encountered: