Closed NdagiStanley closed 6 years ago
If you have circleci CLI installed locally run circleci build
circleci CLI
circleci build
Previously the tests were run within the docker environment when you run docker-compose up as well as when heroku.sh is run during deployment.
docker environment
docker-compose up
heroku.sh
What does this PR do?
How should this be manually tested?
If you have
circleci CLI
installed locally runcircleci build
Any background context you want to provide?
Previously the tests were run within the
docker environment
when you rundocker-compose up
as well as whenheroku.sh
is run during deployment.