mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 16:56:22 +02:00
chore: add ETL_SERVICE environment variable for CI testing in backend workflow
This commit is contained in:
parent
ea004ec664
commit
560e51c95f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/backend-tests.yml
vendored
1
.github/workflows/backend-tests.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue