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 3ea7436 commit 3b2c2e2Copy full SHA for 3b2c2e2
circle.yml
@@ -15,6 +15,7 @@ dependencies:
15
- docker pull plotly/testbed:latest
16
post:
17
- npm run cibuild
18
+ - npm run pretest
19
- docker run -d --name mytestbed -v $PWD:/var/www/streambed/image_server/plotly.js -p 9010:9010 plotly/testbed:latest
20
- sudo ./tasks/run_in_testbed.sh mytestbed "cp -f test/image/index.html ../server_app/index.html"
21
- wget --server-response --spider --tries=8 --retry-connrefused http://localhost:9010/ping
0 commit comments