mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:20:43 +00:00
ci: use packaged tarball for docker e2e
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
// Session runtime-context Docker harness.
|
||||
// Imports packaged dist modules so transcript behavior is verified against the
|
||||
// npm tarball installed in the functional image.
|
||||
import { spawnSync } from "node:child_process";
|
||||
import fs from "node:fs/promises";
|
||||
import os from "node:os";
|
||||
@@ -6,7 +9,7 @@ import { SessionManager } from "@mariozechner/pi-coding-agent";
|
||||
import {
|
||||
queueRuntimeContextForNextTurn,
|
||||
resolveRuntimeContextPromptParts,
|
||||
} from "../../src/agents/pi-embedded-runner/run/runtime-context-prompt.js";
|
||||
} from "../../dist/agents/pi-embedded-runner/run/runtime-context-prompt.js";
|
||||
|
||||
type TranscriptEntry = {
|
||||
type?: string;
|
||||
|
||||
Reference in New Issue
Block a user