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 45a548c commit 1291888Copy full SHA for 1291888
circle.yml
@@ -12,7 +12,7 @@ machine:
12
13
dependencies:
14
pre:
15
- - docker pull plotly/testbed:latest
+ - docker pull plotly/imagetest:latest
16
post:
17
- npm run cibuild
18
- npm run pretest
@@ -21,8 +21,8 @@ dependencies:
21
- wget --server-response --spider --tries=8 --retry-connrefused http://localhost:9010/ping
22
test:
23
override:
24
- - sudo ./tasks/run_in_testbed.sh mytestbed "export CIRCLECI=1 && node test/image/compare_pixels_test.js"
25
- - sudo ./tasks/run_in_testbed.sh mytestbed "node test/image/export_test.js"
+ - npm run test-image
+ - npm run test-export
26
- npm run citest-jasmine
27
- npm run test-bundle
28
- npm run test-syntax
0 commit comments