From 95c2f22a12ee6c26b9698e1484dba0e9e3820917 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 20 Jun 2021 11:14:54 +1000 Subject: [PATCH 1/2] Fix for github action --- .github/workflows/import_data.yaml | 1 + 1 file changed, 1 insertion(+) 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 From e1c7c9e8ab9f10a0f6066697ee8b585966d043d5 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 20 Jun 2021 11:17:32 +1000 Subject: [PATCH 2/2] Add badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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.