Skip to content

Commit

Permalink
ci: add ct.yaml to helm lint and test
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Oct 4, 2023
1 parent 251f6c2 commit 019a004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
uses: helm/[email protected]

- name: Run chart-testing (lint)
run: ct lint --target-branch ${{ github.ref_name }} --charts ./charts/
run: ct lint --target-branch ${{ github.ref_name }} --config ./charts/ct.yaml
2 changes: 1 addition & 1 deletion .github/workflows/helm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run chart-testing (list-changed)
id: list-changed
run: |
changed=$(ct list-changed --target-branch ${{ github.ref_name }})
changed=$(ct list-changed --config ./charts/ct.yaml --target-branch ${{ github.ref_name }})
if [[ -n "$changed" ]]; then
echo "changed=true" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 019a004

Please sign in to comment.