From 3a30a98d2acf2b63b651c28ea3b1140e63d4d7eb Mon Sep 17 00:00:00 2001 From: Simon Dosch Date: Thu, 1 Feb 2024 17:56:22 +0100 Subject: [PATCH] rm clean script CI --- scripts/run-test.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/run-test.sh b/scripts/run-test.sh index d82892cd..ae1f8bcc 100755 --- a/scripts/run-test.sh +++ b/scripts/run-test.sh @@ -14,7 +14,6 @@ cleanup() { pkill -f ganache cd $PWD/test-bor-docker bash stop-docker.sh - bash clean.sh cd .. echo "Done" } @@ -39,7 +38,3 @@ start_blockchain export LOCAL_NETWORK=true npm run coverage "$@" npm run test:hardhat "$@" - -fi - -