Is it possible to check the cache hit status after a cache restore step?
For example, in some cases if the restore cache hit is exact
we can skip some steps. I could not find any documentation reading this.
Bitrise has similar functionality, they provide BITRISE_CACHE_HIT
with possible values false
, partial
and exact exact
after a cache restore step. (github/bitrise-steplib/bitrise-step-restore-cocoapods-cache/tree/1.1.0?tab=readme-ov-file#%EF%B8%8F-configuration (read output
section).
Is there a similar way to achieve this in CircleCI?