mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Add nice title for CI task: 'Wait for blockchain and REST server ...'
This commit is contained in:
parent
fa1a9671db
commit
8afaed6c1e
@ -70,7 +70,8 @@ jobs:
|
||||
key: yarn-packages-{{ checksum "yarn.lock" }}
|
||||
paths:
|
||||
- ~/.cache/yarn
|
||||
- run: # wait until cosm scripts have fully started (this includes time for docker pull)
|
||||
- run:
|
||||
name: Wait for blockchain and REST server to be ready (started in background)
|
||||
command: timeout 60 bash -c "until curl -s http://localhost:1317/node_info > /dev/null; do sleep 1; done"
|
||||
- run:
|
||||
environment:
|
||||
|
Loading…
x
Reference in New Issue
Block a user