Skip to content

Commit

Permalink
migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
jenriordan committed Dec 31, 2024
1 parent a4fc0e0 commit 591ca5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 591ca5e

Please sign in to comment.