Skip to content

Commit 4526be1

Browse files
author
Ilyas Gasanov
committed
[DOP-19924] Add a comment
1 parent 3a9bfc3 commit 4526be1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ services:
8181
entrypoint: [python, -m, celery, -A, tests.test_integration.celery_test, worker, --max-tasks-per-child=1]
8282
env_file: .env.docker
8383
environment:
84+
# CI runs tests in the worker container, so we need to turn off interaction with static files for it
8485
- SYNCMASTER__SERVER__STATIC_FILES__ENABLED=false
8586
volumes:
8687
- ./syncmaster:/app/syncmaster

0 commit comments

Comments
 (0)