Skip to content

Commit

Permalink
Merge pull request #58 from BSStudio/feature/yarn-to-npm
Browse files Browse the repository at this point in the history
Fix: Use npm command in test
  • Loading branch information
csikb authored Apr 30, 2021
2 parents abf21b1 + e2e791b commit eac0031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
build:
context: ./integration
dockerfile: Dockerfile
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"
environment:
HOST_NAME: http://app:8080
DB_HOST: mongodb://mongo:27017/
Expand Down

0 comments on commit eac0031

Please sign in to comment.