Skip to content

Commit

Permalink
Update lint-and-test-charts.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
davi17g committed Nov 20, 2024
1 parent bdc3ff5 commit ec70d76
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/lint-and-test-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,16 @@ jobs:
check-latest: true

- name: Set up chart-testing
if: startsWith(github.head_ref, 'VEC-')
uses: helm/[email protected]

- name: Output default branch
- name: Run chart-testing (lint)
if: startsWith(github.head_ref, 'VEC-')
run: |
echo "Branch: ${{ github.event.repository.default_branch }}"
ct lint --chart-dirs "./aerospike-vector-search" --target-branch ${{ github.event.repository.default_branch }}
# - name: Run chart-testing (lint)
# if: steps.list-changed.outputs.changed == 'true'
# run: ct lint --target-branch ${{ github.event.repository.default_branch }}
#
- name: Create kind cluster
if: startsWith(github.head_ref, 'VEC-')
uses: helm/[email protected]

- name: Setup Prerequisites
Expand Down Expand Up @@ -172,7 +171,8 @@ jobs:
- /mnt/disks/avs-meta/avs-meta.dat
EOF
#
# - name: Run chart-testing (install)
# if: steps.list-changed.outputs.changed == 'true'
# run: ct install --target-branch ${{ github.event.repository.default_branch }}
- name: Run chart-testing (install)
if: startsWith(github.head_ref, 'VEC-')
run: |
ct install --chart-dirs "./aerospike-vector-search" \
--target-branch ${{ github.event.repository.default_branch }}

0 comments on commit ec70d76

Please sign in to comment.