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:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: # start early for less wait time below
|
- run: # start early for less wait time below
|
||||||
|
name: Start wasmd
|
||||||
command: ./scripts/wasmd/start.sh
|
command: ./scripts/wasmd/start.sh
|
||||||
background: true
|
background: true
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
@ -207,7 +208,7 @@ jobs:
|
|||||||
paths:
|
paths:
|
||||||
- ~/.cache/yarn
|
- ~/.cache/yarn
|
||||||
- run:
|
- run:
|
||||||
name: Initialize blockchain (deploy contracts and friends)
|
name: Initialize wasmd (deploy contracts and friends)
|
||||||
command: ./scripts/wasmd/init.sh
|
command: ./scripts/wasmd/init.sh
|
||||||
- run:
|
- run:
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user