ci: add checkout and restore persist

This commit is contained in:
dannyrb 2019-09-09 21:57:01 -04:00
parent 73122e717c
commit e8938111d5

View File

@ -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