sixfeetup / scaf

scaf provides developers and DevOps engineers with a complete blueprint for a new project using Kubernetes
BSD 3-Clause "New" or "Revised" License
36 stars 7 forks source link

Enable tests requirements in local builds #184

Open sjlawson opened 4 months ago

sjlawson commented 4 months ago

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

sjlawson commented 4 months ago

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