Skip to content

Commit

Permalink
chore(805): remove experimental steps from circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTParsons authored and JohnTParsons committed Apr 27, 2023
1 parent 7ef67d3 commit 28cd593
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 28cd593

Please sign in to comment.