Skip to content

Commit

Permalink
circleci: use ganache legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeinum committed Mar 28, 2022
1 parent 16d021d commit a243255
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a243255

Please sign in to comment.