Skip to content

Commit 2701aef

Browse files
committed
Use only 2 jobs
1 parent a4708a6 commit 2701aef

File tree

1 file changed

+3
-35
lines changed

1 file changed

+3
-35
lines changed

.circleci/config.yml

+3-35
Original file line numberDiff line numberDiff line change
@@ -25,49 +25,17 @@ jobs:
2525
- image: 'docker.elastic.co/elasticsearch/elasticsearch:6.8.12'
2626
name: search
2727

28-
lint:
28+
checks:
2929
<<: *default
3030
docker:
3131
- image: 'cimg/python:3.6'
3232
environment:
33-
TOXENV: lint
34-
35-
migrations:
36-
<<: *default
37-
docker:
38-
- image: 'cimg/python:3.6'
39-
environment:
40-
TOXENV: migrations
41-
42-
docs:
43-
<<: *default
44-
docker:
45-
- image: 'cimg/python:3.6'
46-
environment:
47-
TOXENV: docs
48-
49-
docs-lint:
50-
<<: *default
51-
docker:
52-
- image: 'cimg/python:3.6'
53-
environment:
54-
TOXENV: docs-lint
55-
56-
eslint:
57-
<<: *default
58-
docker:
59-
- image: 'cimg/python:3.6'
60-
environment:
61-
TOXENV: eslint
33+
TOXENV: lint,migrations,docs,docs-lint,eslint
6234
NODE_VERSION: 10.17.0
6335

6436
workflows:
6537
version: 2
6638
test:
6739
jobs:
68-
- lint
69-
- migrations
70-
- docs
71-
- docs-lint
72-
- eslint
40+
- checks
7341
- tests

0 commit comments

Comments
 (0)