Skip to content

Commit b8aa52f

Browse files
authored
fix: run migrations before looking for missing ones while bulding (ietf-tools#4350)
1 parent 1778652 commit b8aa52f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128
run: |
129129
echo "Running checks..."
130130
./ietf/manage.py check
131+
./ietf/manage.py migrate
131132
echo "Validating migrations..."
132133
MSG=$(ietf/manage.py makemigrations 2>&1)
133134
if ! ( echo ${MSG} | grep -q "^No changes detected$") ; then

0 commit comments

Comments
 (0)