From f84e1da33b3efbeaa88f74ea69d72fdbfc9fa6ae Mon Sep 17 00:00:00 2001 From: cgewecke Date: Mon, 25 Apr 2022 20:24:12 -0700 Subject: [PATCH] Remove Builder-E2E test --- scripts/run-nomiclabs.sh | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/scripts/run-nomiclabs.sh b/scripts/run-nomiclabs.sh index 3d62b77..6153d78 100755 --- a/scripts/run-nomiclabs.sh +++ b/scripts/run-nomiclabs.sh @@ -81,22 +81,3 @@ yarn run coverage yarn run gas verifyCoverageExists - -# Install buidler-ethers -echo "" -echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>" -echo "Simple buidler/buidler-ethers " -echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>" -echo "" -cd .. -git clone https://github.com/sc-forks/example-buidler-ethers.git -cd example-buidler-ethers -yarn - -# Install and run solidity-coverage @ PR -yarn add $PR_PATH --dev -cat package.json - -npx buidler coverage - -verifyCoverageExists