netlify / netlify-plugin-gatsby

A build plugin to integrate Gatsby seamlessly with Netlify

Home Page:https://www.npmjs.com/package/@netlify/plugin-gatsby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve test build times via caching dependencies between workflows

ericapisani opened this issue · comments

Test build times are quite long at the moment that appear due to npm installing in every test fixture that's part of the test suite in the run npm test step.

Screenshot of one set of build times:
Dependency caching BEFORE

Investigate using the caching dependencies between workflows feature in Github to see if this step can be sped up.