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
Im not sure is it proper place to address this question. I want to have a way to exclude docker test just for sake of local testing. I still want them in my CI pipeline. So my question is: Is there a way to run all of the specs but dont run one with docker? I know i can tag tests but this is not something I actually want. If I will tag specs as WhateverTag and exclude that that from my sbt test command, still all of the containers will try to run etc. which exactly I want to avoid. Any ideas how it can be accomplished?
The text was updated successfully, but these errors were encountered:
Im not sure is it proper place to address this question. I want to have a way to exclude docker test just for sake of local testing. I still want them in my CI pipeline. So my question is: Is there a way to run all of the specs but dont run one with docker? I know i can tag tests but this is not something I actually want. If I will tag specs as WhateverTag and exclude that that from my sbt test command, still all of the containers will try to run etc. which exactly I want to avoid. Any ideas how it can be accomplished?
The text was updated successfully, but these errors were encountered: