diff options
author | 2019-09-12 18:41:39 +0200 | |
---|---|---|
committer | 2019-09-12 18:41:53 +0200 | |
commit | a87d4d9d363a3ac5d691f382fd1748769d5566da (patch) | |
tree | f1c21215aecc4a06b2bcd49f49435387436d5624 /azure-pipelines.yml | |
parent | Merge 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.yml | 1 |
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: |