Skip to content

Commit a6fe921

Browse files
committed
Fix CircleCI config
1 parent 9622653 commit a6fe921

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ commands:
7575
template: basic_fail_1
7676

7777
jobs:
78-
test:
78+
lint:
7979
machine:
8080
image: ubuntu-1604:202104-01
8181
resource_class: medium
@@ -117,9 +117,6 @@ jobs:
117117
min_instances: 1
118118
max_instances: 1
119119
EOF
120-
- run:
121-
name: Lint
122-
command: make lint
123120
- run:
124121
name: Go Tests
125122
command: make test
@@ -246,17 +243,20 @@ jobs:
246243
workflows:
247244
build:
248245
jobs:
246+
- lint
249247
- test
250248
- build-and-deploy-approval:
251249
type: approval
252250
requires:
251+
- lint
253252
- test
254253
filters:
255254
branches:
256255
only:
257256
- /^[0-9]+\.[0-9]+$/
258257
- build-and-upload-cli:
259258
requires:
259+
- lint
260260
- test
261261
- build-and-deploy-approval
262262
filters:

0 commit comments

Comments
 (0)