Skip to content

Commit 422ffd0

Browse files
committed
Fixup some testing process
1 parent 7abc550 commit 422ffd0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/helm-chart-test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
8282
- name: Upload test reports
8383
if: always()
84-
uses: actions/upload-artifact@v3
84+
uses: actions/upload-artifact@v4
8585
with:
8686
name: test-report-${{ matrix.backend }}-k8s-${{ matrix.kubernetes-version }}
8787
path: test-report-*.json
@@ -186,10 +186,7 @@ jobs:
186186

187187
- name: Setup Helm repositories
188188
uses: ./.github/actions/setup-helm-repos
189-
190-
- name: Run chart-testing (list)
191-
run: ct list --config .github/ct.yaml
192-
189+
193190
- name: Run chart-testing (lint)
194191
run: ct lint --config .github/ct.yaml
195192

0 commit comments

Comments
 (0)