diff --git a/.circleci/config.yml b/.circleci/config.yml index 12fbb0f..6affd93 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -95,6 +95,7 @@ jobs: name: run tests command: | . venv/bin/activate + flask db migrate flask test environment: CONDUIT_SECRET: 'something-really-secret' @@ -147,4 +148,7 @@ workflows: - build - back-deploy-heroku: requires: - - build \ No newline at end of file + - build + - docker-build-and-push: + requires: + - back-deploy-heroku \ No newline at end of file