Gotsta create tables first ...
This commit is contained in:
parent
dd8c0276c7
commit
368a5c3f63
|
|
@ -51,6 +51,7 @@ jobs:
|
|||
run: invoke test
|
||||
- name: Data Import Export
|
||||
run: |
|
||||
invoke migrate
|
||||
python3 ./InvenTree/manage.py flush --noinput
|
||||
invoke import-fixtures
|
||||
invoke export-records -f data.json
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@ jobs:
|
|||
run: invoke test
|
||||
- name: Data Import Export
|
||||
run: |
|
||||
invoke migrate
|
||||
python3 ./InvenTree/manage.py flush --noinput
|
||||
invoke import-fixtures
|
||||
invoke export-records -f data.json
|
||||
|
|
|
|||
Loading…
Reference in New Issue