billwright / rattlesnake_ramble

Website project for the Rattlesnake Ramble Trail Race
2 stars 0 forks source link

Streamline CI pipeline with bundle caching #145

Closed moveson closed 2 years ago

moveson commented 2 years ago

We are rebuilding the bundle with every CI pipeline run. This PR enables bundle caching, which should take a few minutes off most runs.

moveson commented 2 years ago

This change brings the pipeline run time from about 4 minutes down to under 1 minute.

If gems are updated, of course the cache won't be used and run time should return to the previous times.