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 1176587 commit 87e2d30Copy full SHA for 87e2d30
tasks/noci_test.sh
@@ -10,7 +10,4 @@ npm run test-jasmine -- --tags=noCI --nowatch || EXIT_STATE=$?
10
# mapbox image tests take too much resources on CI
11
npm run test-image -- mapbox_* --queue || EXIT_STATE=$?
12
13
-# run gl2d image test again (some mocks are skipped on CI)
14
-npm run test-image-gl2d || EXIT_STATE=$?
15
-
16
exit $EXIT_STATE
0 commit comments