We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e269e20 commit 651e47fCopy full SHA for 651e47f
docker-compose.test.yml
@@ -78,7 +78,7 @@ services:
78
context: .
79
target: test
80
command: --loglevel=info -Q test_queue
81
- entrypoint: [python, -m, celery, -A, tests.test_integration.celery_test, worker, --max-tasks-per-child=1]
+ entrypoint: [coverage, run, -m, celery, -A, tests.test_integration.celery_test, worker, --max-tasks-per-child=1]
82
env_file: .env.docker
83
volumes:
84
- ./syncmaster:/app/syncmaster
0 commit comments