Skip to content

Commit d4761dc

Browse files
Update ci.yaml
Specify INVENTREE_SITE_URL
1 parent d12e52a commit d4761dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88

99
env:
1010
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11+
INVENTREE_SITE_URL: http://127.0.0.1:12345
1112
INVENTREE_DB_ENGINE: django.db.backends.sqlite3
1213
INVENTREE_DB_NAME: ../inventree_unit_test_db.sqlite3
1314
INVENTREE_MEDIA_ROOT: ../test_inventree_media

0 commit comments

Comments
 (0)