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
66 stars 9 forks source link

Update tests targets to run locally and in CI #120

Closed rennerocha closed 8 months ago

rennerocha commented 11 months ago

Related to #73

Current backend-test, frontend-test and test targets in Makefile run the tests well inside CI environment. However they won't work perfectly in a local environment (we need to install a few libs and keep some services running). We can't use docker images in the CIs, so we need to figure out the best approach to make these targets to work in both environments (local and CI).

rochecompaan commented 8 months ago

Added as requirement to #73, closing this issue.