Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
rm clean script CI
Browse files Browse the repository at this point in the history
  • Loading branch information
simonDos committed Feb 1, 2024
1 parent 1ac2a7d commit 3a30a98
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ cleanup() {
pkill -f ganache
cd $PWD/test-bor-docker
bash stop-docker.sh
bash clean.sh
cd ..
echo "Done"
}
Expand All @@ -39,7 +38,3 @@ start_blockchain
export LOCAL_NETWORK=true
npm run coverage "$@"
npm run test:hardhat "$@"

fi


0 comments on commit 3a30a98

Please sign in to comment.