Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit d0fc8b0

Browse files
committed
fix CircleCI build errors
1 parent 09b36ed commit d0fc8b0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- ./node_modules
2020
- run:
2121
name: test
22-
command: npm contract-tests
22+
command: npm contracts-test
2323
- store_artifacts:
2424
path: test-results.xml
2525
prefix: tests

.circleci/fetch-deps.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ sudo add-apt-repository -y ppa:ethereum/ethereum
55
sudo add-apt-repository -y ppa:ethereum/ethereum-dev
66
sudo apt-get -y update
77
sudo apt-get install -y curl
8+
sudo apt-get install -y dpkg
89
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash
910
sudo apt-get install -y nodejs evm solc

0 commit comments

Comments
 (0)