ci: Use workspace rather than cache#3573
Conversation
|
ba2ef57 to
63de51f
Compare
tynes
left a comment
There was a problem hiding this comment.
Hard to know with confidence that these changes work without seeing the CI jobs themselves triggered, but assuming you saw it working
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
Updates CircleCI to use workspaces rather than the build cache to pass around node modules and build artifacts. I've found this to save between 1-2 minutes on the yarn install job.