File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - " charts/**"
77
88jobs :
9- changed :
10- runs-on : ubuntu-latest
11- outputs :
12- charts : ${{ steps.list-changed.outputs.changed }}
13- steps :
14- - name : Checkout
15- uses : actions/checkout@v3
16- with :
17- fetch-depth : 0
18- - name : Set up Helm
19- uses : azure/setup-helm@v3
20- with :
21- version : v3.7.2
22- - uses : actions/setup-python@v2
23- with :
24- python-version : 3.7
25-
26- - name : Set up chart-testing
27- uses : helm/chart-testing-action@v2.2.0
28- - name : Run chart-testing (list-changed)
29- id : list-changed
30- env :
31- CT_DEBUG : " false"
32- run : |
33- # changed=$(ct list-changed --config .github/ct.yaml)
34- # [[ -n "$changed" ]] &&
35- # ( echo -e "Charts changed :\n$changed\n" && echo "::set-output name=changed::$(echo $changed | sed "s/\n/ /g")" ) ||
36- # ( echo "No changes - failing" && exit 1 )
37- echo "::set-output name=changed::$(echo 'charts')"
38- echo "charts"
39-
409 helm-chart-testing :
4110 runs-on : ubuntu-latest
4211 environment : test
You can’t perform that action at this time.
0 commit comments