2
0
mirror of https://github.com/inventree/demo-dataset.git synced 2025-04-27 21:16:50 +00:00

Merge pull request #2 from inventree/ci-fixes

Fix for github action
This commit is contained in:
Oliver 2021-06-20 11:19:04 +10:00 committed by GitHub
commit ccf699a946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -1,5 +1,8 @@
# InvenTree Demo Dataset
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![Build](https://github.com/inventree/demo-datasert/actions/workflows/import_data.yaml/badge.svg)
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.