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 ec70d76 commit e284e33
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/lint-and-test-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,13 @@ jobs:
check-latest: true

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

- name: Run chart-testing (lint)
if: startsWith(github.head_ref, 'VEC-')
run: |
ct lint --chart-dirs "./aerospike-vector-search" --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 +169,6 @@ jobs:
EOF
- 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 e284e33

Please sign in to comment.