We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.env
1 parent 11c6c18 commit 44a4beaCopy full SHA for 44a4bea
src/start-proxy/environment.test.ts
@@ -73,7 +73,7 @@ test("discoverActionsJdks - discovers JDK paths", (t) => {
73
// Clear GHA variables that may interfere with this test in CI.
74
for (const envVar of Object.keys(process.env)) {
75
if (envVar.startsWith("JAVA_HOME_")) {
76
- delete process[envVar];
+ delete process.env[envVar];
77
}
78
79
0 commit comments