Skip to content

Commit b45e91d

Browse files
committed
try re-balancing tests in the 2 containers to reduce exec time
1 parent 715683f commit b45e91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/ci_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ case $CIRCLE_NODE_INDEX in
88
npm run test-image || EXIT_STATE=$?
99
npm run test-image-gl2d || EXIT_STATE=$?
1010
npm run test-bundle || EXIT_STATE=$?
11-
npm run test-syntax || EXIT_STATE=$?
1211
npm run lint || EXIT_STATE=$?
1312
exit $EXIT_STATE
1413
;;
1514

1615
1)
1716
npm run test-jasmine || EXIT_STATE=$?
1817
npm run test-export || EXIT_STATE=$?
18+
npm run test-syntax || EXIT_STATE=$?
1919
exit $EXIT_STATE
2020
;;
2121

0 commit comments

Comments
 (0)