Skip to content

Commit e2e791b

Browse files
committed
use npm command in test
1 parent abf21b1 commit e2e791b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
build:
2424
context: ./integration
2525
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"
26+
command: dockerize -wait tcp://mongo:27017 -wait tcp://app:8080 -wait tcp://rabbit-mq:5672 -timeout 10m sh -c "sleep 30s && npm test"
2727
environment:
2828
HOST_NAME: http://app:8080
2929
DB_HOST: mongodb://mongo:27017/

0 commit comments

Comments
 (0)