Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Edit error in ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplantzzz committed Aug 30, 2019
1 parent 01a33ef commit 46d0b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci.sh
Expand Up @@ -39,7 +39,7 @@ elif [ "$GETH" = true ]; then
run_geth
sleep 30
lerna run --scope truffle test --stream -- --exit
lerna run --scope contract test --stream -- --exit
lerna run --scope @truffle/contract test --stream -- --exit

elif [ "$QUORUM" = true ]; then

Expand Down

0 comments on commit 46d0b2c

Please sign in to comment.