ci: migrate through the tzaware boundary (#4445)
* ci: migrate through the tzaware boundary * fix: actually use TZ
This commit is contained in:
parent
0ca02aad1f
commit
38e0f5bacb
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue