2
0
mirror of https://github.com/inventree/demo-dataset.git synced 2025-06-15 11:35:27 +00:00

Change some default settings (#30)

* Change some default settings

* Fix github workflow
This commit is contained in:
Oliver
2022-07-27 14:50:33 +10:00
committed by GitHub
parent a0cbe439f2
commit b4e354004d
2 changed files with 14 additions and 5 deletions

View File

@ -10,6 +10,7 @@ jobs:
INVENTREE_DB_ENGINE: sqlite3
INVENTREE_DB_NAME: inventree_db.sqlite3
INVENTREE_MEDIA_ROOT: $GITHUB_WORKSPACE/path/to/media
INVENTREE_STATIC_ROOT: $GITHUB_WORKSPACE/path/to/static
steps:
- name: Checkout Code