Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VEC-430 configure test and linting for all helm charts #48

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
Update lint-and-test-charts.yaml
  • Loading branch information
davi17g committed Nov 20, 2024
commit f09601d1cf59d6496b0e08a726fcc2d4faf49ee0
6 changes: 3 additions & 3 deletions .github/workflows/lint-and-test-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Helm
uses: azure/setup-helm@v4.2.0
with:
version: v3.14.4
version: latest

- uses: actions/setup-python@v5
with:
Expand All @@ -30,8 +30,8 @@ jobs:
- name: Run chart-testing (list-changed)
id: list-changed
run: |
changed="$(ct list-changed --chart-dirs . --target-branch ${{ github.event.repository.default_branch }})" \
| grep "aerospike-vector-search"
changed="$(ct list-changed --chart-dirs . --target-branch ${{ github.event.repository.default_branch }} \
| grep "aerospike-vector-search")" \
if [[ -n "$changed" ]]; then
echo "here"
echo "changed=true" >> "$GITHUB_OUTPUT"
Expand Down
Loading