mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 18:54:48 +00:00
ci(release): raise build heap for validation gates
This commit is contained in:
@@ -656,7 +656,7 @@ describe("package artifact reuse", () => {
|
||||
for (const step of job.steps ?? []) {
|
||||
if (step.run === "pnpm build") {
|
||||
expect(step.env, `${workflowPath}:${jobName}:${step.name}`).toMatchObject({
|
||||
NODE_OPTIONS: "--max-old-space-size=6144",
|
||||
NODE_OPTIONS: "--max-old-space-size=8192",
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
@@ -226,7 +226,7 @@ describe("scripts/lib/plugin-prerelease-test-plan.mjs", () => {
|
||||
expect(workflow.jobs["checks-node-extensions-shard"]).toBeUndefined();
|
||||
expect(preflight.outputs).not.toHaveProperty("run_plugin_prerelease_suite");
|
||||
expect(preflight.outputs).not.toHaveProperty("run_checks_node_extensions");
|
||||
expect(buildDistStep.env).toEqual({ NODE_OPTIONS: "--max-old-space-size=6144" });
|
||||
expect(buildDistStep.env).toEqual({ NODE_OPTIONS: "--max-old-space-size=8192" });
|
||||
expect(staticShard).toEqual({
|
||||
if: "needs.preflight.outputs.run_plugin_prerelease_static == 'true'",
|
||||
name: "${{ matrix.check_name }}",
|
||||
|
||||
Reference in New Issue
Block a user