Commit 60a2a1b 1 parent 896f893 commit 60a2a1b Copy full SHA for 60a2a1b
File tree 2 files changed +2
-10
lines changed
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 27
27
helm repo add hashicorp https://helm.releases.hashicorp.com
28
28
helm repo update
29
29
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
32
30
- uses : actions/setup-python@v5
33
31
with :
34
32
python-version : " 3.x"
48
46
- name : Run chart-testing (lint)
49
47
if : steps.list-changed.outputs.changed == 'true'
50
48
run : |
51
- ct lint --config ct.yaml
49
+ ct lint --target-branch ${{ github.event.repository.default_branch }} --remote master --chart-dirs charts/magistrala
52
50
53
51
- name : Create kind cluster
54
52
if : steps.list-changed.outputs.changed == 'true'
57
55
- name : Run chart-testing (install)
58
56
if : steps.list-changed.outputs.changed == 'true'
59
57
run : |
60
- ct install --config ct.yaml
58
+ ct install --target-branch ${{ github.event.repository.default_branch }} --remote master --chart-dirs charts/magistrala
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments