mirror of
https://github.com/MODSetter/SurfSense
synced 2026-06-21 13:44:09 +00:00
chore: add SECRET_KEY environment variable for CI testing in backend workflow
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user