This repository was archived by the owner on Nov 24, 2023. It is now read-only.
File tree 1 file changed +9
-10
lines changed
1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -12,32 +12,31 @@ jobs:
12
12
fetch-depth : 0
13
13
14
14
- name : Set up Helm
15
- uses : azure/setup-helm@v1
15
+ uses : azure/setup-helm@v3
16
16
with :
17
- version : v3.8.1
17
+ version : v3.10.0
18
18
19
- - uses : actions/setup-python@v2
19
+ - uses : actions/setup-python@v4
20
20
with :
21
- python-version : 3.7
21
+ python-version : ' 3.9'
22
+ check-latest : true
22
23
23
24
- name : Set up chart-testing
24
- uses : helm/chart-testing-action@v2.2 .1
25
+ uses : helm/chart-testing-action@v2.3 .1
25
26
26
27
- name : Run chart-testing (list-changed)
27
28
id : list-changed
28
29
run : |
29
- #changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }})
30
- changed=$(ct list-changed --target-branch test)
30
+ changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }})
31
31
if [[ -n "$changed" ]]; then
32
32
echo "::set-output name=changed::true"
33
33
fi
34
34
35
35
- name : Run chart-testing (lint)
36
- run : ct lint
36
+ run : ct lint --target-branch ${{ github.event.repository.default_branch }}
37
37
38
- # This will likely fail with OCP-specific stuff. Might have to spin up a SNO/microshift one
39
38
- name : Create kind cluster
40
- uses : helm/kind-action@v1.2 .0
39
+ uses : helm/kind-action@v1.4 .0
41
40
if : steps.list-changed.outputs.changed == 'true'
42
41
43
42
- name : Run chart-testing (install)
You can’t perform that action at this time.
0 commit comments