Skip to content

Commit 3f7f3fa

Browse files
author
WesleyCharlesBlake
committed
chore(ci): rename steps
1 parent 1082da6 commit 3f7f3fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- restore_cache:
4949
key: v1-{{ checksum "package-lock.json" }}
5050
- run:
51-
name: Build dist
51+
name: Coverage
5252
command: npm run coverage
5353

5454
release:
@@ -58,7 +58,7 @@ jobs:
5858
- restore_cache:
5959
key: v1-{{ checksum "package-lock.json" }}
6060
- run:
61-
name: Build dist
61+
name: Semantic-release
6262
command: npx semantic-release
6363

6464
workflows:

0 commit comments

Comments
 (0)