mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add required env vars
This commit is contained in:
parent
f7c515b889
commit
e85ddf3579
2
.github/workflows/javascript.yaml
vendored
2
.github/workflows/javascript.yaml
vendored
@ -20,6 +20,8 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
INVENTREE_DB_ENGINE: sqlite3
|
||||
INVENTREE_DB_NAME: inventree
|
||||
INVENTREE_MEDIA_ROOT: ./media
|
||||
INVENTREE_STATIC_ROOT: ./static
|
||||
steps:
|
||||
- name: Install node.js
|
||||
uses: actions/setup-node@v2
|
||||
|
Loading…
Reference in New Issue
Block a user