sixfeetup/scaf

Enable tests requirements in local builds

Opened this issue · 1 comments

Developers should be able to use TDD and for that we need to be able to run tests before committing any code.

All that should be needed is adding "$DEVEL" = "yes" in an OR clause to the current if [ "$TEST" = "yes" ] condition in the backend Dockerfile

I already added this to my becks branch, so just throwing this in here