mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Make sure e2e test clears cache
This commit is contained in:
parent
15cc6ff7fe
commit
85c4fcc96f
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,10 @@ describe("E2E: safe-chain CLI python/pip support", () => {
|
|||
await container.start();
|
||||
// Note: We do NOT run 'safe-chain setup' here.
|
||||
// We want to test the 'safe-chain' CLI command directly.
|
||||
|
||||
// Clear pip cache before each test to ensure fresh downloads through proxy
|
||||
const shell = await container.openShell("zsh");
|
||||
await shell.runCommand("pip3 cache purge");
|
||||
});
|
||||
|
||||
afterEach(async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue