Skip to content

Commit

Permalink
[CI] Add check for missing migrations
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Elrod <[email protected]>
  • Loading branch information
relrod committed Jun 6, 2024
1 parent e58b4fb commit 8665b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ legacy_tox_ini = """
[testenv:check]
deps =
-r{toxinidir}/requirements/requirements_all.txt
commands = python3 manage.py check
commands = python3 manage.py check && python3 manage.py makemigrations --check
[testenv:flake8]
deps =
Expand Down

0 comments on commit 8665b67

Please sign in to comment.