mirror of
https://github.com/inventree/InvenTree.git
synced 2026-04-28 22:04:25 +00:00
Gotsta create tables first ...
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user