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 e284e33 commit ed31c17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint-and-test-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:

- name: Run chart-testing (lint)
run: |
ct lint --chart-dirs "./aerospike-vector-search" --target-branch ${{ github.event.repository.default_branch }}
cd aerospike-vector-search
ct lint --chart-dirs . --charts . --target-branch ${{ github.event.repository.default_branch }}
- name: Create kind cluster
uses: helm/[email protected]
Expand Down

0 comments on commit ed31c17

Please sign in to comment.