CI: run migrations before tests
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Lukáš Kucharczyk 2023-11-12 08:11:22 +01:00
parent d211326c3f
commit c8a3212b77
1 changed files with 1 additions and 0 deletions

View File

@ -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