Skip to content

Commit 49aac53

Browse files
committed
Fix CI to lint magistrala chart
Signed-off-by: JeffMboya <[email protected]>
1 parent ba0d0a9 commit 49aac53

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/lint-test.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,14 @@ jobs:
4545
4646
- name: Run chart-testing (lint)
4747
if: steps.list-changed.outputs.changed == 'true'
48-
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
48+
run: |
49+
ct lint --target-branch ${{ github.event.repository.default_branch }} --charts charts/magistrala
4950
5051
- name: Create kind cluster
5152
if: steps.list-changed.outputs.changed == 'true'
5253
uses: helm/[email protected]
5354

5455
- name: Run chart-testing (install)
5556
if: steps.list-changed.outputs.changed == 'true'
56-
run: ct install --target-branch ${{ github.event.repository.default_branch }}
57+
run: |
58+
ct install --target-branch ${{ github.event.repository.default_branch }} --charts charts/magistrala

0 commit comments

Comments
 (0)