We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d3dd35 commit 1d0b29eCopy full SHA for 1d0b29e
tasks/noci_test.sh
@@ -8,7 +8,7 @@ EXIT_STATE=0
8
npm run test-jasmine -- --tags=noCI --nowatch || EXIT_STATE=$?
9
10
# mapbox image tests take too much resources on CI
11
-npm run test-image -- mapbox_* || EXIT_STATE=$?
+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=$?
0 commit comments