[ci] Remove check_error_codes from circleci
ghstack-source-id: 3a587af04d19f6c1f0425023c8f5a504f5b32823 Pull Request resolved: https://github.com/facebook/react/pull/30355
Lauren Tan committed
Jul 16, 2024 at 14:35 UTC
16d3ca38cc2cd11bd2d3badfcd936198ec329b5c
1 file changed
-16
.circleci/config.yml
-16
@@ -311,19 +311,6 @@ jobs:
311
- store_artifacts:
312
path: ./tmp/screenshots
313
314
- check_error_codes:
315
- docker: *docker
316
- environment: *environment
317
- steps:
318
- - checkout
319
- - attach_workspace: *attach_workspace
320
- - setup_node_modules
321
- - run:
322
- name: Search build artifacts for unminified errors
323
- command: |
324
- yarn extract-errors
325
- git diff --quiet || (echo "Found unminified errors. Either update the error codes map or disable error minification for the affected build, if appropriate." && false)
326
-
314
RELEASE_CHANNEL_stable_yarn_test_dom_fixtures:
315
docker: *docker
316
environment: *environment
@@ -400,9 +387,6 @@ workflows:
387
requires:
388
- download_base_build_for_sizebot
389
- yarn_build
403
- - check_error_codes:
404
- requires:
405
- - yarn_build
390
- RELEASE_CHANNEL_stable_yarn_test_dom_fixtures:
391
requires:
392
- yarn_build