Skip to content

Commit 3f3bfac

Browse files
committed
rename image-exporter -> orca
1 parent f651eec commit 3f3bfac

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tasks/noci_test.sh

+4-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ root=$(dirname $0)/..
99
npm run test-jasmine -- --tags=noCI --nowatch || EXIT_STATE=$?
1010

1111
# mapbox image tests take too much resources on CI
12-
13-
# since the update to [email protected], we must use 'new' image-exporter
12+
#
13+
# since the update to [email protected], we must use orca
1414
# as mapbox-gl versions >0.22.1 aren't supported on [email protected] used in the
1515
# 'old' image server
16-
$root/../image-exporter/bin/plotly-graph-exporter.js $root/test/image/mocks/mapbox_* \
16+
$root/../orca/bin/orca.js graph \
17+
$root/test/image/mocks/mapbox_* \
1718
--plotly $root/build/plotly.js \
1819
--mapbox-access-token "pk.eyJ1IjoiZXRwaW5hcmQiLCJhIjoiY2luMHIzdHE0MGFxNXVubTRxczZ2YmUxaCJ9.hwWZful0U2CQxit4ItNsiQ" \
1920
--output-dir $root/test/image/baselines/ \

0 commit comments

Comments
 (0)