ci: migrate through the tzaware boundary (#4445)

* ci: migrate through the tzaware boundary

* fix: actually use TZ
This commit is contained in:
Robert Sparks 2022-09-13 15:23:44 -05:00 committed by GitHub
parent 0ca02aad1f
commit 38e0f5bacb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,6 +133,8 @@ jobs:
run: |
echo "Running checks..."
./ietf/manage.py check
./ietf/manage.py migrate || true
echo "USE_TZ = True" >> ./ietf/settings_local.py
./ietf/manage.py migrate
echo "Validating migrations..."
if ! ( ietf/manage.py makemigrations --dry-run --check --verbosity 3 ) ; then