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 12d288b commit 42c657cCopy full SHA for 42c657c
scripts/circleci/test_entry_point.sh
@@ -11,6 +11,7 @@ if [ $((0 % CIRCLE_NODE_TOTAL)) -eq "$CIRCLE_NODE_INDEX" ]; then
11
COMMANDS_TO_RUN+=('node ./scripts/tasks/flow-ci')
12
COMMANDS_TO_RUN+=('node ./scripts/tasks/eslint')
13
COMMANDS_TO_RUN+=('yarn test --maxWorkers=2')
14
+ COMMANDS_TO_RUN+=('yarn test-persistent --maxWorkers=2')
15
COMMANDS_TO_RUN+=('./scripts/circleci/check_license.sh')
16
COMMANDS_TO_RUN+=('./scripts/circleci/check_modules.sh')
17
COMMANDS_TO_RUN+=('./scripts/circleci/test_print_warnings.sh')
0 commit comments