diff --git a/packages/tabs/.circleci/config.yml b/packages/tabs/.circleci/config.yml index 21778e1a..fc251811 100644 --- a/packages/tabs/.circleci/config.yml +++ b/packages/tabs/.circleci/config.yml @@ -40,15 +40,6 @@ jobs: - run: | yarn lint yarn flow check - unit-tests: - <<: *defaults - steps: - - attach_workspace: - at: ~/project - - run: yarn test -- --coverage - - store_artifacts: - path: coverage - destination: coverage workflows: version: 2 @@ -58,6 +49,3 @@ workflows: - lint-and-flow: requires: - install-dependencies - - unit-tests: - requires: - - install-dependencies