fix: run migrations before testing
ci/woodpecker/push/woodpecker Pipeline failed Details

wip-payments
Aravinth Manivannan 2022-06-18 22:18:36 +05:30
parent d5dc06be18
commit 3f7f9fc1ed
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ pipeline:
- pip install virtualenv
- make env
- make lint
- make migrate
- make test
- make coverage
services: