Skip to content

Commit 867b433

Browse files
authoredMar 22, 2024
Merge pull request #38 from circleci/collapse-jobs
Fold the check job into the test job to save a container
2 parents 83e8feb + eebdedc commit 867b433

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed
 

‎.circleci/config.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ jobs:
1313
- checkout
1414
- run: clj-kondo --lint .
1515

16-
check:
17-
<<: *defaults
18-
steps:
19-
- checkout
20-
- run: lein deps
21-
- run: lein check
22-
2316
docs:
2417
<<: *defaults
2518
steps:
@@ -32,13 +25,13 @@ jobs:
3225
steps:
3326
- checkout
3427
- run: lein deps
28+
- run: lein check
3529
- run: lein test
3630

3731
workflows:
3832
version: 2
3933
build_and_test:
4034
jobs:
4135
- clj-kondo
42-
- check
4336
- docs
4437
- test

0 commit comments

Comments
 (0)
Failed to load comments.