administrate
administrate copied to clipboard
Cache Appraisal dependencies across CI builds
Previously, appraisal install didn't pass through a path argument.
This is in progress. This continues the work started
previously.
So far, this duplicates the existing cache restore/set directives to see if we get the behaviour intended.
This fails on Ruby 2.6 on CI (only) and I cannot work out why.
The build appears to be passing now. Has anything changed?
I wonder if we were getting the reasonably regular failure here and I rebased it?
I'm going to do that again, see if it still passes and look back at what I did: it's possible it's just working now because the feature it's intended to do is just disabled.
Okay, coming back to this now by undoing it so it goes back to the feature working as it was supposed to.
Closing this, to potentially revisit in future.
It'd be great to cache the additional gems too but it already was quite a bit of work to get going. We can revisit it after GitHub Actions is up and running.