CI: run migrations before tests
This commit is contained in:
parent
f0822ff221
commit
7b459a2735
|
@ -10,6 +10,7 @@ steps:
|
|||
- python -m pip install poetry
|
||||
- poetry install
|
||||
- poetry env info
|
||||
- poetry run python manage.py migrate
|
||||
- poetry run pytest
|
||||
|
||||
- name: build-prod
|
||||
|
|
Loading…
Reference in New Issue