@ -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:
# - Test:
# requires:
# - Build
- Heroku:
context: Heroku