Skip to content

Commit 651e47f

Browse files
author
Ilyas Gasanov
committed
some
1 parent e269e20 commit 651e47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ services:
7878
context: .
7979
target: test
8080
command: --loglevel=info -Q test_queue
81-
entrypoint: [python, -m, celery, -A, tests.test_integration.celery_test, worker, --max-tasks-per-child=1]
81+
entrypoint: [coverage, run, -m, celery, -A, tests.test_integration.celery_test, worker, --max-tasks-per-child=1]
8282
env_file: .env.docker
8383
volumes:
8484
- ./syncmaster:/app/syncmaster

0 commit comments

Comments
 (0)