refactor(state): inline canonical database schemas at build (#117433)

This commit is contained in:
Peter Steinberger
2026-08-01 08:39:42 -07:00
committed by GitHub
parent 1130f30445
commit e7950d968b
26 changed files with 141 additions and 2885 deletions
+8
View File
@@ -387,6 +387,14 @@ describe("resolveBuildAllSteps", () => {
);
}
expect(unified.cache?.env).toContain("OPENCLAW_BUILD_PRIVATE_QA");
expect(unified.cache?.inputs).toEqual(
expect.arrayContaining([
expect.objectContaining({
path: "src",
extensions: expect.arrayContaining([".sql"]),
}),
]),
);
expect(resolveBuildAllStepOnCacheHit(getBuildAllStep("copy-export-html-templates"))).toBeNull();
});