We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abf21b1 + e2e791b commit eac0031Copy full SHA for eac0031
1 file changed
docker-compose.test.yaml
@@ -23,7 +23,7 @@ services:
23
build:
24
context: ./integration
25
dockerfile: Dockerfile
26
- command: dockerize -wait tcp://mongo:27017 -wait tcp://app:8080 -wait tcp://rabbit-mq:5672 -timeout 10m sh -c "sleep 30s && yarn test"
+ command: dockerize -wait tcp://mongo:27017 -wait tcp://app:8080 -wait tcp://rabbit-mq:5672 -timeout 10m sh -c "sleep 30s && npm test"
27
environment:
28
HOST_NAME: http://app:8080
29
DB_HOST: mongodb://mongo:27017/
0 commit comments