@ -37,6 +37,12 @@ jobs:
- run:
name: Attente de postgres
command: dockerize -wait tcp://localhost:5432 -timeout 1m
name: Tests Flask
command: |
. venv/bin/activate
flask db upgrade
flask test
workflows:
version: 2