fail CI if the change includes model changes that are missing migrations

This commit is contained in:
Ryan Petrello
2018-08-16 15:52:24 -04:00
parent c95c7c8b18
commit 30fbeb43bb
2 changed files with 13 additions and 0 deletions

View File

@@ -382,6 +382,7 @@ test:
. $(VENV_BASE)/awx/bin/activate; \
fi; \
py.test -n auto $(TEST_DIRS)
awx-manage check_migrations --dry-run --check -n 'vNNN_missing_migration_file'
test_combined: test_ansible test