Improve step descriptions for new job

This commit is contained in:
Simon Warta 2020-06-25 13:35:44 +02:00
parent d2a51e6b2d
commit 099d1b5fba

View File

@ -173,6 +173,7 @@ jobs:
steps:
- checkout
- run: # start early for less wait time below
name: Start wasmd
command: ./scripts/wasmd/start.sh
background: true
- attach_workspace:
@ -207,7 +208,7 @@ jobs:
paths:
- ~/.cache/yarn
- run:
name: Initialize blockchain (deploy contracts and friends)
name: Initialize wasmd (deploy contracts and friends)
command: ./scripts/wasmd/init.sh
- run:
environment: