mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
fix acceptance tests
This commit is contained in:
@@ -20,6 +20,7 @@ services:
|
||||
environment:
|
||||
ELASTIC_SEARCH_DSN: es:9200
|
||||
REDIS_HOST: redis
|
||||
NEW_HISTORY_REDIS_HOST: new_redis
|
||||
MONGO_HOST: mongo
|
||||
POSTGRES_HOST: postgres
|
||||
MOCHA_GREP: ${MOCHA_GREP}
|
||||
@@ -27,6 +28,7 @@ services:
|
||||
depends_on:
|
||||
- mongo
|
||||
- redis
|
||||
- new_redis
|
||||
user: node
|
||||
command: npm run test:acceptance:_run
|
||||
|
||||
@@ -43,5 +45,8 @@ services:
|
||||
redis:
|
||||
image: redis
|
||||
|
||||
new_redis:
|
||||
image: redis
|
||||
|
||||
mongo:
|
||||
image: mongo:3.4
|
||||
|
||||
Reference in New Issue
Block a user