Dene Farrell

Results 2 issues of Dene Farrell

I'm able to bring up a docker container and I can use bloop from within the container itself if I move my entire scala project in there, but I'd like...

bug
cli

expected behavior: `sbt dockerComposeTest --no-ansi it:testOnly "*MyClass" --force-recreate` should run only the class given. seen behavior: this just tries to run the entire test suite If I add a container_name...