Skip to content

Commit

Permalink
More ci.yml fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Jun 12, 2020
1 parent 94055f9 commit ea65a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
run_metacoin_tests(){
COVERAGE_RCFILE=$GITHUB_WORKSPACE/.coveragerc
ADDITIONAL_ARGS=.
EXPECTED_TX=26
EXPECTED_TX=27
if [ "$1" = "deploy" ]; then
ADDRESS="$(truffle deploy | grep '> contract address:.*' | tail -n 1 | grep -o '0x.*$')"
ADDITIONAL_ARGS="--rpc 127.0.0.1:7545 --txtarget $ADDRESS"
Expand Down

0 comments on commit ea65a78

Please sign in to comment.