diff --git a/.circleci/config.yml b/.circleci/config.yml index 4d40f0d24..5825d8d83 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -47,6 +47,10 @@ jobs: paths: - ~/.cache ## Cache yarn and Cypress key: yarn-packages-v1-{{ .Branch }}-{{ checksum "yarn.lock" }} + # Persist :+1: + - persist_to_workspace: + root: ~/repo + paths: . UNIT_TESTS: <<: *defaults