From bab7b766b5205e4e6062f1dd6224d592538ced5d Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 2 Dec 2021 14:05:55 +0100 Subject: [PATCH] Revert "seems like it does not like comments between envs" This reverts commit e7087aafdaa760c564569e029ea1ea4bdd0a5d77. --- .github/workflows/pr_checks.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_checks.yaml b/.github/workflows/pr_checks.yaml index 0a2415e47d..a1f50247a7 100644 --- a/.github/workflows/pr_checks.yaml +++ b/.github/workflows/pr_checks.yaml @@ -18,13 +18,15 @@ env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - INVENTREE_DB_ENGINE: sqlite3 # general database settings + # general database settings + INVENTREE_DB_ENGINE: sqlite3 INVENTREE_DB_NAME: inventree INVENTREE_DB_NAME_main: inventree INVENTREE_MEDIA_ROOT: ./media INVENTREE_STATIC_ROOT: ./static - INVENTREE_DB_USER: inventree # for full databases + # for full databases + INVENTREE_DB_USER: inventree INVENTREE_DB_PASSWORD: password INVENTREE_DB_HOST: '127.0.0.1' INVENTREE_DEBUG: info