CircleCI test now just calls npm test

This commit is contained in:
orangemug 2018-01-17 17:01:55 +00:00
parent 211850c813
commit bc19aea438

View file

@ -24,6 +24,6 @@ jobs:
- run: mkdir -p /tmp/artifacts/logs
- run: DOCKER_HOST=localhost npm test
- run: npm run build
- run: ./node_modules/.bin/istanbul report --include /tmp/artifacts/coverage/coverage.json --dir /tmp/artifacts/coverage html lcov
- run: npm test
- store_artifacts:
path: /tmp/artifacts