Skip to content

Commit bb0a91c

Browse files
committed
use plotly.js from build folder
1 parent d86fa93 commit bb0a91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/orca-build-verify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function generate()
6767
cat $1 | awk '!/mapbox/' | \
6868
xargs -n1 -I{} echo "$MOCKS/{}.json" | \
6969
# Split in chunks of 20
70-
xargs -P1 -n20 xvfb-run -a orca graph --verbose --output-dir $TEST_IMAGES
70+
xargs -P1 -n20 xvfb-run -a orca graph --plotly $ROOT/build/plotly.js --verbose --output-dir $TEST_IMAGES
7171
}
7272
generate $NODE_QUEUE
7373

0 commit comments

Comments
 (0)