Skip to content

Commit db121ff

Browse files
committed
ci(workspace): persist cache and repo
This is necessary for things like Puppeteer and Cypress that install things into shared cache outside of the repo.
1 parent a2ca25f commit db121ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
- persist_to_workspace:
3636
root: ..
3737
paths:
38+
- ".cache"
3839
- "repo"
39-
- ".cache/Cypress"
4040

4141
build:
4242
executor: node

0 commit comments

Comments
 (0)