diff --git a/.circleci/config.yml b/.circleci/config.yml index c19702d2b..93744eb1b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -621,24 +621,6 @@ jobs: - slack/notify: <<: *slack_notify - test_unit_comps2: - executor: node-xlarge - steps: - - checkout - - attach_workspace: - at: ~/project - - run: - name: Unit Testing - command: yarn test:unit:comps:experimental - environment: - JEST_JUNIT_OUTPUT_DIR: ./reports/junit/ - - store_test_results: - path: ./reports/junit/ - - store_artifacts: - path: ./reports/junit - - slack/notify: - <<: *slack_notify - test_unit_docs: executor: node-xlarge steps: @@ -660,27 +642,6 @@ jobs: - slack/notify: <<: *slack_notify - test_unit_docs2: - executor: node-xlarge - steps: - - checkout - - attach_workspace: - at: ~/project - - run: - name: Unit Testing - command: yarn test:unit:docs:experimental - environment: - JEST_JUNIT_OUTPUT_DIR: ./reports/junit/ - - run: - name: Check component statuses match code tags - command: yarn test:comp-statuses - - store_test_results: - path: ./reports/junit/ - - store_artifacts: - path: ./reports/junit - - slack/notify: - <<: *slack_notify - lint: executor: node steps: @@ -1273,12 +1234,6 @@ workflows: - lint: requires: - build_icons - - test_unit_comps2: - requires: - - build_icons - - test_unit_docs2: - requires: - - build_icons - test_unit_comps: requires: - build_icons