From 415388254319fd21506642b11da60173b0e5bae6 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 28 May 2022 00:06:50 +0200 Subject: [PATCH] move setup keys back to not disturbe tests --- .github/workflows/qc_checks.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/qc_checks.yaml b/.github/workflows/qc_checks.yaml index 4e27b02fce..0bbff6add1 100644 --- a/.github/workflows/qc_checks.yaml +++ b/.github/workflows/qc_checks.yaml @@ -23,9 +23,6 @@ env: INVENTREE_DB_NAME: inventree INVENTREE_MEDIA_ROOT: ../test_inventree_media INVENTREE_STATIC_ROOT: ../test_inventree_static - INVENTREE_ADMIN_USER: testuser - INVENTREE_ADMIN_PASSWORD: testpassword - INVENTREE_ADMIN_EMAIL: test@test.com jobs: pep_style: @@ -77,7 +74,7 @@ jobs: run: npx markuplint **/templates/*.html pre-commit: - name: pre-commit + name: Style [pre-commit] runs-on: ubuntu-20.04 needs: pep_style @@ -101,6 +98,9 @@ jobs: wrapper_name: inventree-python INVENTREE_DB_ENGINE: django.db.backends.sqlite3 INVENTREE_DB_NAME: ../inventree_unit_test_db.sqlite3 + INVENTREE_ADMIN_USER: testuser + INVENTREE_ADMIN_PASSWORD: testpassword + INVENTREE_ADMIN_EMAIL: test@test.com INVENTREE_PYTHON_TEST_SERVER: http://localhost:12345 INVENTREE_PYTHON_TEST_USERNAME: testuser INVENTREE_PYTHON_TEST_PASSWORD: testpassword