Skip to content

Commit

Permalink
fix: update chart-testing command to list changed charts without spec…
Browse files Browse the repository at this point in the history
…ifying chart directories
  • Loading branch information
hlebkanonik committed Dec 12, 2024
1 parent 0da03a2 commit 113cc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run chart-testing (list-changed)
id: list-changed
run: |
changed=$(ct list-changed --chart-dirs ./reportportal --target-branch ${{ github.event.repository.default_branch }})
changed=$(ct list-changed --target-branch ${{ github.event.repository.default_branch }})
if [[ -n "$changed" ]]; then
echo "changed=true" >> "$GITHUB_OUTPUT"
fi
Expand Down

0 comments on commit 113cc7a

Please sign in to comment.