mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-03 06:54:08 +00:00
ci(release): bound cross-os baseline packing
This commit is contained in:
@@ -15,6 +15,12 @@ describe("cross-OS release checks workflow", () => {
|
||||
expect(workflow).not.toContain('pnpm dlx "tsx@${TSX_VERSION}"');
|
||||
});
|
||||
|
||||
it("bounds npm baseline packing during prepare", () => {
|
||||
const workflow = readFileSync(WORKFLOW_PATH, "utf8");
|
||||
|
||||
expect(workflow).toContain("timeout --preserve-status 300s npm pack --ignore-scripts");
|
||||
});
|
||||
|
||||
it("uses Windows-safe npm resolution for the TypeScript loader bootstrap", () => {
|
||||
const wrapper = readFileSync(WRAPPER_PATH, "utf8");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user