1 parent 6031bea commit 04d8fecCopy full SHA for 04d8fec
1 file changed
scripts/circleci/test_entry_point.sh
@@ -25,7 +25,7 @@ if [ $((2 % CIRCLE_NODE_TOTAL)) -eq "$CIRCLE_NODE_INDEX" ]; then
25
COMMANDS_TO_RUN+=('./scripts/circleci/build.sh')
26
COMMANDS_TO_RUN+=('yarn test-build --maxWorkers=2')
27
COMMANDS_TO_RUN+=('yarn test-build-prod --maxWorkers=2')
28
- COMMANDS_TO_RUN+=('node ./scripts/tasks/danger')
+# COMMANDS_TO_RUN+=('node ./scripts/tasks/danger')
29
COMMANDS_TO_RUN+=('./scripts/circleci/upload_build.sh')
30
fi
31
0 commit comments