From a87d4d9d363a3ac5d691f382fd1748769d5566da Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Thu, 12 Sep 2019 18:41:39 +0200 Subject: Check for missing migrations in CI. --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.3