From 099d1b5fba78cee63bc5884867eca6dbc73b6e1c Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Thu, 25 Jun 2020 13:35:44 +0200 Subject: [PATCH] Improve step descriptions for new job --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5e446628..152dc1a1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: