diff --git a/.circleci/config.yml b/.circleci/config.yml index 06963a3..23745a0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,15 +42,15 @@ jobs: - run: name: Waiting postgresql command : dockerize -wait tcp://localhost:5432 -timeout 1m - # - run: - # name: Activate tests - # command: . venv/bin/activate - # - run: - # name: Launching upgrade - # command: flask db upgrade - # - run: - # name: Launching tests - # command: flask test + - run: + name: Activate tests + command: . venv/bin/activate + - run: + name: Launching upgrade + command: flask db upgrade + - run: + name: Launching tests + command: flask test deploy-heroku: docker: