From 98f8e45218ca105cd2c5cc5cdb86116639d39d88 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 17 Nov 2024 05:51:21 +0000 Subject: [PATCH] Specify plugin location for CI --- .github/workflows/qc_checks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/qc_checks.yaml b/.github/workflows/qc_checks.yaml index 218b64eda7..3ffa9c7fc6 100644 --- a/.github/workflows/qc_checks.yaml +++ b/.github/workflows/qc_checks.yaml @@ -20,6 +20,7 @@ env: INVENTREE_MEDIA_ROOT: ../test_inventree_media INVENTREE_STATIC_ROOT: ../test_inventree_static INVENTREE_BACKUP_DIR: ../test_inventree_backup + INVENTREE_PLUGIN_DIR: ../test_inventree_plugins INVENTREE_SITE_URL: http://localhost:8000 permissions: