mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-04 07:11:41 +00:00
refactor(state): inline canonical database schemas at build
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user