fix: dispose failed planning startup agents

This commit is contained in:
Phil Larson
2026-05-30 07:29:08 -07:00
parent b5178fd9ee
commit 5f3e344b6e
3 changed files with 49 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ describe("desktop release workflow wiring", () => {
expect(workflow).toContain("--x64");
expect(workflow).toContain("--arm64");
expect(workflow).toContain("Fusion-*-linux-arm64.AppImage");
expect(workflow).toContain("Fusion-*-linux-x64.AppImage");
expect(workflow).toMatch(/Fusion-\*-linux-(x64|x86_64)\.AppImage/);
expect(workflow).toContain("name: fusion-desktop-linux");
expect(workflow).toContain("packages/desktop/dist-electron/latest-linux.yml");
}