Skip to content

Commit 560e51c

Browse files
committed
chore: add ETL_SERVICE environment variable for CI testing in backend workflow
1 parent ea004ec commit 560e51c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/backend-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ jobs:
140140
env:
141141
TEST_DATABASE_URL: postgresql+asyncpg://postgres:postgres@localhost:5432/surfsense_test
142142
SECRET_KEY: ci-test-secret-key-not-for-production
143+
ETL_SERVICE: DOCLING
143144
run: uv run pytest -m integration
144145

145146
test-gate:

0 commit comments

Comments
 (0)