fix(ci): persist hydrated capability facts

This commit is contained in:
Vincent Koc
2026-08-03 09:08:02 -07:00
parent 86bffdedec
commit 3026afb60b
2 changed files with 4 additions and 1 deletions
@@ -1301,6 +1301,9 @@ describe("package acceptance workflow", () => {
expect(hydrateGithubCrabboxShell).toContain('readlink -f "$source"');
expect(hydrateGithubCrabboxShell).toContain('readlink -f "$target"');
expect(hydrateGithubCrabboxShell).toContain("link_node_tool corepack");
const markHydrateGithubReady = workflowStep(hydrateGithub, "Mark Crabbox ready").run;
expect(markHydrateGithubReady).toContain("OPENCLAW_CRABBOX_DOCKER_AVAILABLE");
expect(markHydrateGithubReady).toContain("PNPM_CONFIG_PACKAGE_IMPORT_METHOD");
expect(workflowStep(hydrateGithub, "Hydrate provider env helper").env?.FACTORY_API_KEY).toBe(
"${{ secrets.FACTORY_API_KEY }}",
);