Skip to content

Commit

Permalink
update binary names
Browse files Browse the repository at this point in the history
  • Loading branch information
gzukel committed Oct 25, 2023
1 parent 3b5defa commit b895b1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/upgrade_path_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ jobs:
echo "Move Manipulated Genesis"
cp ./genesis-edited.json $DAEMON_HOME/config/genesis.json
echo "Zetavisor Version"
zetavisor version || echo "zetavisor not found"
zetacored version || echo "zetcored not found"
echo "Start Network"
nohup zetavisor start --rpc.laddr tcp://0.0.0.0:26657 --minimum-gas-prices ${GAS_PRICES} "--grpc.enable=true" > cosmovisor.log 2>&1 &
Expand Down

0 comments on commit b895b1c

Please sign in to comment.