mirror of
https://github.com/inventree/demo-dataset.git
synced 2025-04-27 21:16:50 +00:00
commit
ccf699a946
1
.github/workflows/import_data.yaml
vendored
1
.github/workflows/import_data.yaml
vendored
@ -31,5 +31,6 @@ jobs:
|
||||
cd inventree
|
||||
invoke install
|
||||
- name: Import Database Records
|
||||
run: |
|
||||
cd inventree
|
||||
invoke import-records -f $GITHUB_WORKSPACE/inventree_data.json
|
||||
|
@ -1,5 +1,8 @@
|
||||
# InvenTree Demo Dataset
|
||||
|
||||
[](https://opensource.org/licenses/MIT)
|
||||

|
||||
|
||||
This repository contains demo data for the [InvenTree project](https://inventree.readthedocs.io).
|
||||
|
||||
The demo dataset can be used to populate an InvenTree database for demonstration purposes. It may also be useful if you are developing and/or testing new features for InvenTree.
|
||||
|
Loading…
x
Reference in New Issue
Block a user