2
0
mirror of https://github.com/inventree/demo-dataset.git synced 2025-04-28 05:26:49 +00:00

Fix for github action

This commit is contained in:
Oliver 2021-06-20 11:14:54 +10:00
parent 1996096595
commit 95c2f22a12

View File

@ -31,5 +31,6 @@ jobs:
cd inventree cd inventree
invoke install invoke install
- name: Import Database Records - name: Import Database Records
run: |
cd inventree cd inventree
invoke import-records -f $GITHUB_WORKSPACE/inventree_data.json invoke import-records -f $GITHUB_WORKSPACE/inventree_data.json