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.
pretest
1 parent 0001833 commit 1c91068Copy full SHA for 1c91068
circle.yml
@@ -9,16 +9,13 @@ machine:
9
services:
10
- docker
11
12
-
13
dependencies:
14
pre:
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
+
22
test:
23
override:
24
- npm run test-image
0 commit comments