Skip to content

Commit eac0031

Browse files
authored
Merge pull request #58 from BSStudio/feature/yarn-to-npm
Fix: Use npm command in test
2 parents abf21b1 + e2e791b commit eac0031

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)