Skip to content

Commit 3532a4f

Browse files
authored
test: migrate db before checking for missing migrations. (ietf-tools#4341)
1 parent aa2f843 commit 3532a4f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci-run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
run: |
4343
echo "Running checks..."
4444
./ietf/manage.py check
45+
./ietf/manage.py migrate
4546
echo "Validating migrations..."
4647
MSG=$(ietf/manage.py makemigrations 2>&1)
4748
if ! ( echo ${MSG} | grep -q "^No changes detected$") ; then

0 commit comments

Comments
 (0)