Fixup: add missing .env

This commit is contained in:
Michael B. Gale
2026-02-17 13:54:22 +00:00
parent 11c6c18818
commit 44a4bea367
+1 -1
View File
@@ -73,7 +73,7 @@ test("discoverActionsJdks - discovers JDK paths", (t) => {
// Clear GHA variables that may interfere with this test in CI.
for (const envVar of Object.keys(process.env)) {
if (envVar.startsWith("JAVA_HOME_")) {
delete process[envVar];
delete process.env[envVar];
}
}