move setup keys back to not disturbe tests

This commit is contained in:
Matthias 2022-05-28 00:06:50 +02:00
parent f35d618b6b
commit 4153882543
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -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