Skip to content

Commit 8110253

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 bb7d3fe commit 8110253

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- persist_to_workspace:
2424
root: ..
2525
paths:
26+
- ".cache"
2627
- "repo"
2728

2829
build:

0 commit comments

Comments
 (0)