diff --git a/apps/remix-ide/ci/remixd_test.sh b/apps/remix-ide/ci/remixd_test.sh index 573db6d238..4d6c27c2da 100755 --- a/apps/remix-ide/ci/remixd_test.sh +++ b/apps/remix-ide/ci/remixd_test.sh @@ -12,6 +12,15 @@ foundryup forge init foundry ls -la foundry +# install truffle with yarn +yarn global add truffle +# install truffle metacoin box +mkdir MetaCoin +cd MetaCoin +truffle unbox metacoin + + + sleep 5 yarn run build:e2e