mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
chore: add SECRET_KEY environment variable for CI testing in backend workflow
This commit is contained in:
parent
ca3710a239
commit
ea004ec664
1 changed files with 1 additions and 0 deletions
1
.github/workflows/backend-tests.yml
vendored
1
.github/workflows/backend-tests.yml
vendored
|
|
@ -139,6 +139,7 @@ jobs:
|
|||
working-directory: surfsense_backend
|
||||
env:
|
||||
TEST_DATABASE_URL: postgresql+asyncpg://postgres:postgres@localhost:5432/surfsense_test
|
||||
SECRET_KEY: ci-test-secret-key-not-for-production
|
||||
run: uv run pytest -m integration
|
||||
|
||||
test-gate:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue