Skip to content

Commit 60a2a1b

Browse files
committed
add arguments to ct install
Signed-off-by: JeffMboya <[email protected]>
1 parent 896f893 commit 60a2a1b

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/lint-test.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
helm repo add hashicorp https://helm.releases.hashicorp.com
2828
helm repo update
2929
30-
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
31-
# yamllint (https://github.com/adrienverge/yamllint) which require Python
3230
- uses: actions/setup-python@v5
3331
with:
3432
python-version: "3.x"
@@ -48,7 +46,7 @@ jobs:
4846
- name: Run chart-testing (lint)
4947
if: steps.list-changed.outputs.changed == 'true'
5048
run: |
51-
ct lint --config ct.yaml
49+
ct lint --target-branch ${{ github.event.repository.default_branch }} --remote master --chart-dirs charts/magistrala
5250
5351
- name: Create kind cluster
5452
if: steps.list-changed.outputs.changed == 'true'
@@ -57,4 +55,4 @@ jobs:
5755
- name: Run chart-testing (install)
5856
if: steps.list-changed.outputs.changed == 'true'
5957
run: |
60-
ct install --config ct.yaml
58+
ct install --target-branch ${{ github.event.repository.default_branch }} --remote master --chart-dirs charts/magistrala

ct.yaml

-6
This file was deleted.

0 commit comments

Comments
 (0)