diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b0a09cf..62fe6cc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,6 +62,9 @@ jobs: run: pnpm run build - name: Compile translations run: uv run python manage.py compilemessages -i node_modules + - name: Check for missing migrations + run: | + uv run python manage.py migrate --check - name: Run tests run: | uv run coverage run --branch -m pytest --reuse-db