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
Starting a new project we faced some issues running docker tests with SBT 1.3.x
Downgrading to 1.2.8 immediately fixed the problem.
I can't tell what was the problem exactly, but tests could not connect to the created (and visible via docker ps) instances. What was more, running the tests with IntellJ worked fine.
Did anyone have similar problems?
The text was updated successfully, but these errors were encountered:
Hello.
Starting a new project we faced some issues running docker tests with SBT 1.3.x
Downgrading to 1.2.8 immediately fixed the problem.
I can't tell what was the problem exactly, but tests could not connect to the created (and visible via
docker ps
) instances. What was more, running the tests with IntellJ worked fine.Did anyone have similar problems?
The text was updated successfully, but these errors were encountered: