Skip to content

Commit

Permalink
sync path
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Jan 6, 2025
1 parent 960b88f commit 2a44287
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/scripts/check-siblingsHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ export function GetPackageManagerVersion(pkgMnger: string, testPath: string): st
stdio: ['pipe'], // Ensure output is in readable string format
// Clear env to avoid contamination with root folder.
env: {
...process.env,
PATH: process.env.PATH,
INIT_CWD: testPath
}
});
Expand Down

0 comments on commit 2a44287

Please sign in to comment.