alphagov / tech-docs-gem

Gem to distribute the tech docs project
https://tdt-documentation.london.cloudapps.digital/
MIT License
15 stars 38 forks source link

Cache gems + node modules on CI #198

Closed odlp closed 3 years ago

odlp commented 4 years ago

Whilst contributing other PRs I noticed the time to run tests on CI could be improved by using the Travis dependency cache.

Before the change, recent builds on master have taken approx 5m30s-5m50s to complete - including over 3 minutes spent installing gems. With a warm cache this drops to ~2m30s build time, and installing gems takes under 10 seconds.

Before

build-before

After

build-after