Skip to content

Commit

Permalink
chore(test): refactor linter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eshepelyuk committed Apr 8, 2021
1 parent 55bb577 commit 108c478
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
- uses: artis3n/[email protected]
- name: helm lint
run: |
helm lint . --strict
helm lint . --strict -f test/linter/values-lint.yaml
helm dep up test/linter/subchart && helm lint test/linter/subchart --strict
./test/linter/test.sh
- name: conftest
run: |
helm template . > /tmp/cmak.yaml
Expand Down
5 changes: 5 additions & 0 deletions test/linter/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

helm lint . --strict
helm lint . --strict -f test/linter/values-lint.yaml
helm dep up test/linter/subchart && helm lint test/linter/subchart --strict

0 comments on commit 108c478

Please sign in to comment.