We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74163f2 commit 5117bccCopy full SHA for 5117bcc
.circleci/config.yml
@@ -36,6 +36,12 @@ jobs:
36
37
# run tests!
38
- run: npm run lint
39
- - run: npm run test -- --code-coverage=true --progress=true --watch=false
+ - run:
40
+ name: npm run test
41
+ command: npm run test -- --code-coverage=true --progress=true --watch=false
42
+ environment:
43
+ CHROME_BIN: /usr/bin/google-chrome
44
+
45
46
- run: cat coverage/plotly/report-lcov/lcov.info | ./node_modules/coveralls/bin/coveralls.js
47
- run: npm run build -- plotly --prod
0 commit comments