diff --git a/circle.yml b/circle.yml index 69807fb49ddbda..d8e3585ae8345c 100644 --- a/circle.yml +++ b/circle.yml @@ -58,7 +58,8 @@ test: - cat <(echo eslint; npm run lint --silent -- --format=json; echo flow; npm run flow --silent -- check --json) | GITHUB_TOKEN="af6ef0d15709bc91d""06a6217a5a826a226fb57b7" CI_USER=$CIRCLE_PROJECT_USERNAME CI_REPO=$CIRCLE_PROJECT_REPONAME PULL_REQUEST_NUMBER=$CIRCLE_PR_NUMBER node bots/code-analysis-bot.js - npm run lint # JS tests for dependencies installed with npm3 - - npm run flow -- check + # Commenting out Flow tests + # - npm run flow -- check - npm test -- --maxWorkers=1 # build app