mirror of
https://github.com/github/codeql-action.git
synced 2026-04-28 01:48:48 +00:00
Fixup: add missing .env
This commit is contained in:
@@ -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];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user