From 560e51c95ffad9c13dc1c23a13d6a5101242ef7d Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Sun, 8 Mar 2026 02:49:13 +0530 Subject: [PATCH] chore: add ETL_SERVICE environment variable for CI testing in backend workflow --- .github/workflows/backend-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/backend-tests.yml b/.github/workflows/backend-tests.yml index d7f3f2bdc..6e0a6db6d 100644 --- a/.github/workflows/backend-tests.yml +++ b/.github/workflows/backend-tests.yml @@ -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: