Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ run_geth() {
-p 8545:8545 \
-p 8546:8546 \
-p 30303:30303 \
ethereum/client-go:latest \
ethereum/client-go:v1.9.3 \
--rpc \
--rpcaddr '0.0.0.0' \
--rpcport 8545 \
Expand All @@ -35,7 +35,7 @@ if [ "$INTEGRATION" = true ]; then
elif [ "$GETH" = true ]; then

sudo apt install -y jq
docker pull ethereum/client-go:latest
docker pull ethereum/client-go:v1.9.3
run_geth
sleep 30
lerna run --scope truffle test --stream -- --exit
Expand Down