Skip to content

Commit 0165733

Browse files
authored
Merge pull request #5 from leandevops/develop
updates job name in CI file
2 parents 2325bbe + 7adf173 commit 0165733

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
cd module
3939
tflint
4040
41-
kitchen-test:
41+
run-tests:
4242
<<: *docker
4343
environment:
4444
BUNDLE_PATH: vendor/bundle
@@ -64,7 +64,7 @@ jobs:
6464
command: make build
6565

6666
- run:
67-
name: Run kitchen test
67+
name: Run rspec test
6868
command: make
6969

7070
workflows:
@@ -90,7 +90,7 @@ workflows:
9090
filters:
9191
branches:
9292
ignore: master
93-
- kitchen-test:
93+
- run-tests:
9494
requires:
9595
- request-run
9696
filters:

0 commit comments

Comments
 (0)