diff --git a/.circleci/config.yml b/.circleci/config.yml index fbbb8ef..4b86b56 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -38,7 +38,7 @@ jobs: name: Waiting for postgresql command : dockerize -wait tcp://localhost:5432 -timeout 1m - run: - name: Launching tests + name: Tests command: | . venv/bin/activate flask db stamp HEAD @@ -85,9 +85,9 @@ workflows: Build_Test_N_Deploy: jobs: - Build - - Test: - requires: - - Build + # - Test: + # requires: + # - Build - Heroku: context: Heroku requires: