CI: run migrations before tests

This commit is contained in:
Lukáš Kucharczyk 2023-11-12 08:11:22 +01:00
parent f0822ff221
commit 7b459a2735
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