mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:50:45 +00:00
test(ci): harden release failure paths
This commit is contained in:
@@ -943,9 +943,8 @@ export async function runMatrixQaLive(params: {
|
||||
} finally {
|
||||
if (gatewayHarness) {
|
||||
try {
|
||||
const shouldPreserveGatewayDebugArtifacts = scenarioResults.some(
|
||||
(scenario) => scenario?.status === "fail",
|
||||
);
|
||||
const shouldPreserveGatewayDebugArtifacts =
|
||||
scenarioResults.some((scenario) => scenario?.status === "fail") || canaryFailed;
|
||||
preservedGatewayDebugDirPath = shouldPreserveGatewayDebugArtifacts
|
||||
? path.join(outputDir, "gateway-debug")
|
||||
: undefined;
|
||||
|
||||
Reference in New Issue
Block a user