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