Skip to content

Commit

Permalink
Fix chart testing config not being used
Browse files Browse the repository at this point in the history
Signed-off-by: nscuro <[email protected]>
  • Loading branch information
nscuro committed Mar 29, 2024
1 parent 0a40dea commit bee0509
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/helm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
- name: Set up Chart Testing
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # tag=v2.6.1
- name: Lint Chart
run: |-
ct lint
run: ct lint --config ct.yaml

test:
name: Test
Expand All @@ -51,7 +50,5 @@ jobs:
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # tag=v2.6.1
- name: Create Kind Cluster
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # tag=v1.8.0
- name: Lint
run: ct lint
- name: Test
run: ct install --debug
run: ct install --config ct.yaml --debug

0 comments on commit bee0509

Please sign in to comment.