Skip to content

Commit

Permalink
ignore patches dir for helm test
Browse files Browse the repository at this point in the history
  • Loading branch information
okozachenko1203 committed Oct 18, 2024
1 parent 2bfa255 commit c5bb4aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/charts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ func TestKubeconform(t *testing.T) {
if !file.IsDir() {
continue
}
if file.Name() == "patches" {
continue
}

t.Run(file.Name(), func(t *testing.T) {
chart, err := loader.LoadDir(file.Name())
Expand Down

0 comments on commit c5bb4aa

Please sign in to comment.