Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
Specify INVENTREE_SITE_URL
  • Loading branch information
SchrodingersGat authored Jan 10, 2025
1 parent d12e52a commit d4761dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
INVENTREE_SITE_URL: http://127.0.0.1:12345
INVENTREE_DB_ENGINE: django.db.backends.sqlite3
INVENTREE_DB_NAME: ../inventree_unit_test_db.sqlite3
INVENTREE_MEDIA_ROOT: ../test_inventree_media
Expand Down

0 comments on commit d4761dc

Please sign in to comment.