Skip to content

Commit

Permalink
fix: Unittesting CI
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Fiddes <[email protected]>
  • Loading branch information
hawksight committed Oct 24, 2023
1 parent 4a4bec4 commit 6d13d52
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/chart-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,7 @@ jobs:
- uses: d3adb5/helm-unittest-action@v2
with:
flags: "--color --strict"
charts: deploy/charts/jetstack-agent
helm-version: v3.13.1
- uses: d3adb5/helm-unittest-action@v2
with:
flags: "--color --strict"
charts: deploy/charts/venafi-kubernetes-agent
helm-version: v3.13.1
helm-version: v3.12.3
# This has to be second as helm may not be installed until after above action
# source: https://github.com/marketplace/actions/helm-unit-tests#examples
- run: helm lint deploy/charts/jetstack-agent
Expand Down

0 comments on commit 6d13d52

Please sign in to comment.