Skip to content

Commit 56a3c89

Browse files
committed
ddd-by-examples#21 Follow naming convention of CircleCi default step names.
1 parent b4e506a commit 56a3c89

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
@@ -10,7 +10,7 @@ jobs:
1010
key: maven-dependencies-{{ checksum "pom.xml" }}
1111

1212
- run:
13-
name: Download dependencies
13+
name: Downloading dependencies
1414
command: ./mvnw dependency:go-offline
1515

1616
- save_cache:
@@ -19,7 +19,7 @@ jobs:
1919
key: maven-dependencies-{{ checksum "pom.xml" }}
2020

2121
- run:
22-
name: Build and test
22+
name: Building and testing
2323
command: ./mvnw verify
2424

2525
- store_test_results:

0 commit comments

Comments
 (0)