Skip to content

Commit

Permalink
👷 Add check for missing migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
pajowu committed Jan 22, 2025
1 parent 7042433 commit 07332a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 makemigrations --check
- name: Run tests
run: |
uv run coverage run --branch -m pytest --reuse-db
Expand Down

0 comments on commit 07332a0

Please sign in to comment.