mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-14 22:54:01 -06:00
fix(ci): persist hydrated capability facts
This commit is contained in:
@@ -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 }}",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user