From e8938111d51881868009e13c66551eedfa9da746 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Mon, 9 Sep 2019 21:57:01 -0400 Subject: [PATCH] ci: add checkout and restore persist --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) 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