coopdevs / coopdevs-old-web

coopdevs.org content
http://coopdevs.org
2 stars 10 forks source link

Cache dependencies in CircleCI #82

Closed sauloperez closed 4 years ago

sauloperez commented 4 years ago

It'd be great to speed up CI runs with dependency caching. Circle CI has documentation about it in https://circleci.com/docs/2.0/caching/#full-example-of-saving-and-restoring-cache, https://circleci.com/docs/2.0/language-ruby/ and https://circleci.com/docs/2.0/language-javascript/.

I'm pretty sure we can even find examples of static sites running on Circle CI and see how they deal with this.

Note we install dependencies with both bundler and yarn.

cjwilburn commented 4 years ago

I think I may be able to take this.

sauloperez commented 4 years ago

Hi and welcome @cjwilburn ! It's all yours. Don't hesitate to ask us anything.

cjwilburn commented 4 years ago

Thanks!

cjwilburn commented 4 years ago

Hello! I've submitted #101 to address this issue. Thanks!

sauloperez commented 4 years ago

Closed by https://github.com/coopdevs/coopdevs.github.io/pull/101