Update runner.node.mjs

This commit is contained in:
Ashcon Partovi
2025-04-25 14:42:01 -07:00
committed by GitHub
parent eb0ea8e96b
commit 8d3f1d07f9

View File

@@ -127,7 +127,7 @@ const { values: options, positionals: filters } = parseArgs({
},
["junit"]: {
type: "boolean",
default: isCI, // Always enable JUnit in CI
default: false, // Disabled for now, because it's too much $
},
["junit-temp-dir"]: {
type: "string",