Skip to content

Commit 4a68bb7

Browse files
committed
fix naming
1 parent fbe756d commit 4a68bb7

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
@@ -10,7 +10,7 @@ infra_container_registry_auth:
1010
password: $GOOGLE_JSON_KEY
1111

1212
jobs:
13-
build:
13+
test:
1414
docker:
1515
- image: circleci/ruby:2.7.1-node
1616
environment:
@@ -127,10 +127,10 @@ workflows:
127127
version: 2
128128
deploy_the_gem:
129129
jobs:
130-
- build
130+
- test
131131
- deploy:
132132
requires:
133-
- build
133+
- test
134134
filters:
135135
branches:
136136
only:

0 commit comments

Comments
 (0)