Skip to content

Commit 38e0f5b

Browse files
authored
ci: migrate through the tzaware boundary (ietf-tools#4445)
* ci: migrate through the tzaware boundary * fix: actually use TZ
1 parent 0ca02aa commit 38e0f5b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ jobs:
133133
run: |
134134
echo "Running checks..."
135135
./ietf/manage.py check
136+
./ietf/manage.py migrate || true
137+
echo "USE_TZ = True" >> ./ietf/settings_local.py
136138
./ietf/manage.py migrate
137139
echo "Validating migrations..."
138140
if ! ( ietf/manage.py makemigrations --dry-run --check --verbosity 3 ) ; then

0 commit comments

Comments
 (0)