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