diff --git a/.circleci/config.yml b/.circleci/config.yml index 2a3627a..8a615ea 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,6 +37,12 @@ jobs: - run: name: Attente de postgres command: dockerize -wait tcp://localhost:5432 -timeout 1m + - run: + name: Tests Flask + command: | + . venv/bin/activate + flask db upgrade + flask test workflows: version: 2