fix: run migrations before looking for missing ones while bulding (#4350)
This commit is contained in:
parent
17786527d4
commit
b8aa52f33a
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -128,6 +128,7 @@ jobs:
|
|||
run: |
|
||||
echo "Running checks..."
|
||||
./ietf/manage.py check
|
||||
./ietf/manage.py migrate
|
||||
echo "Validating migrations..."
|
||||
MSG=$(ietf/manage.py makemigrations 2>&1)
|
||||
if ! ( echo ${MSG} | grep -q "^No changes detected$") ; then
|
||||
|
|
Loading…
Reference in a new issue