diff --git a/.github/workflows/import_data.yaml b/.github/workflows/import_data.yaml index 6f96752..06b3a25 100644 --- a/.github/workflows/import_data.yaml +++ b/.github/workflows/import_data.yaml @@ -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 diff --git a/README.md b/README.md index 87b28d6..75ce61b 100644 --- a/README.md +++ b/README.md @@ -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.