Skip to content

Commit 3b2c2e2

Browse files
committed
run pretest on circleci,
- note that a MAPBOX_ACCESS_TOKEN env variable has been set on the CircleCI plotly.js project.
1 parent 3ea7436 commit 3b2c2e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

circle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ dependencies:
1515
- docker pull plotly/testbed:latest
1616
post:
1717
- npm run cibuild
18+
- npm run pretest
1819
- docker run -d --name mytestbed -v $PWD:/var/www/streambed/image_server/plotly.js -p 9010:9010 plotly/testbed:latest
1920
- sudo ./tasks/run_in_testbed.sh mytestbed "cp -f test/image/index.html ../server_app/index.html"
2021
- wget --server-response --spider --tries=8 --retry-connrefused http://localhost:9010/ping

0 commit comments

Comments
 (0)