Doveps / mono

Code for Doveps projects
http://doveps.com
MIT License
0 stars 0 forks source link

2-13-2018 Report #94

Closed JosiahRegencia closed 6 years ago

JosiahRegencia commented 6 years ago

Was able to fix the docker-compose.test.yml in order to run tests. DB Connection works perfectly fine already. But our convo with @greenmoss led to a different direction. Tried docker build and docker run. But when I checked the mono_savant image my test.sh does not exist.

test.sh is for running the tests instead of docker-compose.test.yml. So once mono_savant_1 is in the background, just have to run test.sh against it.

JosiahRegencia commented 6 years ago

command for docker run is:

docker run mono_savant bash command

JosiahRegencia commented 6 years ago

mono_savant is the image created for the container mono_savant_1 when docker-compose up is ran

greenmoss commented 6 years ago

I think you will have to rebuild the testing container each time you run the test. If you are missing the test.sh file, it might be that you are using an older testing container that you already built.