Closed moveson closed 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.
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.
We are rebuilding the bundle with every CI pipeline run. This PR enables bundle caching, which should take a few minutes off most runs.