Skip to content

Commit

Permalink
test: Add dry run option to missing migration check (ietf-tools#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara authored May 4, 2022
1 parent 79b214c commit 51ab132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/init-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ python /app/manage.py migrate --no-input
python /app/manage.py createcachetable
python /app/manage.py collectstatic
python /app/manage.py test
python /app/manage.py makemigrations --check --no-input
python /app/manage.py makemigrations --check --dry-run --no-input

0 comments on commit 51ab132

Please sign in to comment.