CI: run migrations before tests
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
d211326c3f
commit
c8a3212b77
|
@ -10,6 +10,7 @@ steps:
|
||||||
- python -m pip install poetry
|
- python -m pip install poetry
|
||||||
- poetry install
|
- poetry install
|
||||||
- poetry env info
|
- poetry env info
|
||||||
|
- poetry run python manage.py migrate
|
||||||
- poetry run pytest
|
- poetry run pytest
|
||||||
|
|
||||||
- name: build-prod
|
- name: build-prod
|
||||||
|
|
Loading…
Reference in New Issue