fix(core): branch-keyed repository cache with gated reference readiness (#38759)

This commit is contained in:
Kit Langton 2026-07-24 21:23:44 -04:00 committed by GitHub
commit 065dc274ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 89 additions and 52 deletions

View file

@ -51,7 +51,7 @@ describe("reference HttpApi", () => {
},
{
name: "effect",
path: path.join(Global.Path.repos, "github.com", "Effect-TS", "effect"),
path: path.join(Global.Path.repos, "github.com", "Effect-TS", "effect@main"),
source: {
type: "git",
repository: "Effect-TS/effect",