Skip to content

Commit 1291888

Browse files
committed
tasks: use node script to run image/export on circleci
1 parent 45a548c commit 1291888

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

circle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ machine:
1212

1313
dependencies:
1414
pre:
15-
- docker pull plotly/testbed:latest
15+
- docker pull plotly/imagetest:latest
1616
post:
1717
- npm run cibuild
1818
- npm run pretest
@@ -21,8 +21,8 @@ dependencies:
2121
- wget --server-response --spider --tries=8 --retry-connrefused http://localhost:9010/ping
2222
test:
2323
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"
24+
- npm run test-image
25+
- npm run test-export
2626
- npm run citest-jasmine
2727
- npm run test-bundle
2828
- npm run test-syntax

0 commit comments

Comments
 (0)