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

This commit is contained in:
Anish Sarkar 2026-03-08 02:49:13 +05:30
parent ea004ec664
commit 560e51c95f

View file

@ -140,6 +140,7 @@ jobs:
env:
TEST_DATABASE_URL: postgresql+asyncpg://postgres:postgres@localhost:5432/surfsense_test
SECRET_KEY: ci-test-secret-key-not-for-production
ETL_SERVICE: DOCLING
run: uv run pytest -m integration
test-gate: