diff --git a/.circleci/config.yml b/.circleci/config.yml index 6d3d7791..dff9b888 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -120,6 +120,10 @@ jobs: name: Check missing migrations (changes to models that haven't been added to migrations) command: pipenv run python django_app/manage.py makemigrations --check --dry-run --settings=config.settings.local + - run: + name: Check missing migrations (changes to models that haven't been added to migrations) + command: pipenv run python django_app/manage.py migrate --settings=config.settings.local + - run: name: Run tests and save coverage report command: |