mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
removed coverage test from circleci run
This commit is contained in:
@@ -12,9 +12,9 @@ COMMANDS_TO_RUN=()
|
||||
# - 1:15 grunt build
|
||||
# with everything else < 0:30.
|
||||
|
||||
if [ $((1 % CIRCLE_NODE_TOTAL)) -eq "$CIRCLE_NODE_INDEX" ]; then
|
||||
COMMANDS_TO_RUN+=('./scripts/circleci/test_coverage.sh')
|
||||
fi
|
||||
# if [ $((1 % CIRCLE_NODE_TOTAL)) -eq "$CIRCLE_NODE_INDEX" ]; then
|
||||
# COMMANDS_TO_RUN+=('./scripts/circleci/test_coverage.sh')
|
||||
# fi
|
||||
|
||||
if [ $((2 % CIRCLE_NODE_TOTAL)) -eq "$CIRCLE_NODE_INDEX" ]; then
|
||||
COMMANDS_TO_RUN+=('./scripts/circleci/test_fiber.sh')
|
||||
|
||||
Reference in New Issue
Block a user