You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cache/__tests__
Jasperhino c0d02c4c23 Fix restore-keys to prefix-match on GCS like actions/cache
restore-keys were checked with exact object existence, so prefix
fallbacks (e.g. `nx-` matching `nx-<sha>`) never hit on GCS — they
only worked via the GitHub cache fallback, which is empty when saves
go to GCS. Rolling caches keyed on unique values (sha/run) were
therefore never restored.

Primary key stays exact-match to keep `cache-hit` semantics. Restore
keys now list objects by prefix and pick the newest, mirroring the
upstream actions/cache contract.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PkmyS2WfCHHdaQQRpfqvNi
3 days ago
..
__fixtures__ Add unit tests for actionUtils (#93) 7 years ago
actionUtils.test.ts Allow configured env fallback for GCS bucket 2 months ago
create-cache-files.sh Add path argument to create-cache-files.sh 6 years ago
gcsCache.test.ts Fix restore-keys to prefix-match on GCS like actions/cache 3 days ago
restore.test.ts Restore original behavior of `cache-hit` output (#1467) 2 years ago
restoreImpl.test.ts Add test case for process exit 2 years ago
restoreOnly.test.ts Restore original behavior of `cache-hit` output (#1467) 2 years ago
save.test.ts Apply workaround for earlyExit 3 years ago
saveImpl.test.ts Apply workaround for earlyExit 3 years ago
saveOnly.test.ts Apply workaround for earlyExit 3 years ago
stateProvider.test.ts GA for granular cache (#1035) 4 years ago
verify-cache-files.sh Add path argument to verify-cache-files.sh 6 years ago