|
|
@ -42,15 +42,15 @@ jobs: |
|
|
- run: |
|
|
- run: |
|
|
name: Waiting postgresql |
|
|
name: Waiting postgresql |
|
|
command : dockerize -wait tcp://localhost:5432 -timeout 1m |
|
|
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: |
|
|
deploy-heroku: |
|
|
docker: |
|
|
docker: |
|
|
|