Skip to content

Commit

Permalink
Update tps-uniswap-evmos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0g-wh authored Dec 6, 2024
1 parent f1b0e78 commit dcb66d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tps-uniswap-evmos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '1.23'
cache: 'false'
- name: Build Tool
run: |
make build
Expand All @@ -26,6 +27,7 @@ jobs:
git clone -b v20.0.0 https://github.com/evmos/evmos.git
cd evmos
make install
sed -i 's/consensus_params/consensus.params/g' local_node.sh
./local_node.sh > chain.log 2>&1 &
while ! nc -z localhost 8546; do sleep 1; done
cd ../../evmchainbench
Expand Down

0 comments on commit dcb66d7

Please sign in to comment.