mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Improve step descriptions for new job
This commit is contained in:
parent
d2a51e6b2d
commit
099d1b5fba
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user