Gotsta create tables first ...

This commit is contained in:
Oliver Walters 2021-04-25 11:07:43 +10:00
parent dd8c0276c7
commit 368a5c3f63
2 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ jobs:
run: invoke test run: invoke test
- name: Data Import Export - name: Data Import Export
run: | run: |
invoke migrate
python3 ./InvenTree/manage.py flush --noinput python3 ./InvenTree/manage.py flush --noinput
invoke import-fixtures invoke import-fixtures
invoke export-records -f data.json invoke export-records -f data.json

View File

@ -47,6 +47,7 @@ jobs:
run: invoke test run: invoke test
- name: Data Import Export - name: Data Import Export
run: | run: |
invoke migrate
python3 ./InvenTree/manage.py flush --noinput python3 ./InvenTree/manage.py flush --noinput
invoke import-fixtures invoke import-fixtures
invoke export-records -f data.json invoke export-records -f data.json