Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit d5d9591

Browse files
committed
Add CircleCI steps for testing README instructions
Signed-off-by: Jack Baldry <[email protected]>
1 parent cbe9eaf commit d5d9591

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ workflows:
66
jobs:
77
- lint
88
- build
9+
- test-readme
910

1011
jobs:
1112
lint:
@@ -23,3 +24,9 @@ jobs:
2324
- run: make build-mixin
2425
- store_artifacts:
2526
path: cortex-mixin.zip
27+
test-readme:
28+
docker:
29+
- image: grafana/cortex-jsonnet-build-image:387f7ca
30+
steps:
31+
- checkout
32+
- run: make test-readme

0 commit comments

Comments
 (0)