mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Do not hardcode path in setup-ci
This commit is contained in:
parent
a0fb8d6b3d
commit
422963b38a
2 changed files with 3 additions and 2 deletions
|
|
@ -51,6 +51,7 @@ describe("Setup CI shell integration", () => {
|
|||
],
|
||||
getPackageManagerList: () => "npm, yarn",
|
||||
getShimsDir: () => mockShimsDir,
|
||||
getBinDir: () => path.join(mockHomeDir, ".safe-chain", "bin"),
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue