Skip to content

Commit

Permalink
GH actions: check that there's no missing migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmarsh committed Jan 30, 2024
1 parent 5f25756 commit 4b43856
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ jobs:
- name: Lint with flake8
run: |
flake8
- name: Check no missing migrations
run: |
tests/manage.py makemigrations --check
- name: Test with unittest
run: |
coverage run tests/manage.py test tests
Expand Down

0 comments on commit 4b43856

Please sign in to comment.