From a243255d787d97c2ca98449121c66f0d2c05d481 Mon Sep 17 00:00:00 2001 From: Aleksey Bykhun Date: Mon, 28 Mar 2022 22:13:18 +0800 Subject: [PATCH] circleci: use ganache legacy --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a7a16f39..7c2a4ddf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,12 +28,12 @@ jobs: pkg-manager: yarn - run: name: Run tests - command: npx ganache-cli --instamine eager & yarn test + command: npx ganache --instamine eager --chain.vmErrorsOnRPCResponse true & yarn test - store_test_results: path: test_results - run: name: Ganache - command: npx ganache-cli --instamine eager + command: npx ganache --instamine eager --chain.vmErrorsOnRPCResponse true background: true - run: name: Truffle Code coverage report @@ -51,7 +51,7 @@ jobs: pkg-manager: yarn - run: name: Ganache - command: npx ganache-cli --instamine eager + command: npx ganache --instamine eager --chain.vmErrorsOnRPCResponse true background: true - run: name: Truffle Code coverage report