aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2019-09-12 18:41:39 +0200
committerGravatar Johannes Christ <[email protected]>2019-09-12 18:41:53 +0200
commita87d4d9d363a3ac5d691f382fd1748769d5566da (patch)
treef1c21215aecc4a06b2bcd49f49435387436d5624 /azure-pipelines.yml
parentMerge pull request #242 from python-discord/django-add-missing-migrations-file (diff)
Check for missing migrations in CI.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 9ca2b812..161ce605 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -59,6 +59,7 @@ jobs:
displayName: 'Install Project Environment'
- script: |
+ python manage.py makemigrations --check
python manage.py migrate
coverage run --branch manage.py test --testrunner xmlrunner.extra.djangotestrunner.XMLTestRunner --no-input
env: