Add nice title for CI task: 'Wait for blockchain and REST server ...'

This commit is contained in:
Simon Warta
2020-02-04 22:28:53 +01:00
parent fa1a9671db
commit 8afaed6c1e
+2 -1
View File
@@ -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: