chore: add SECRET_KEY environment variable for CI testing in backend workflow

This commit is contained in:
Anish Sarkar 2026-03-08 02:45:04 +05:30
parent ca3710a239
commit ea004ec664

View file

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