Skip to content

Commit 2c291fd

Browse files
authored
Merge pull request #484 from Praqma/run-tests-when-upgrading-app
Run helm tests also when upgrading chart
2 parents 965a25b + cf6e48e commit 2c291fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

internal/app/release.go

+4
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,10 @@ func (r *release) upgrade(p *plan) {
355355

356356
p.addCommand(cmd, r.Priority, r, before, after)
357357

358+
if r.Test {
359+
r.test(p)
360+
}
361+
358362
}
359363

360364
// reInstall uninstalls a release and reinstalls it.

0 commit comments

Comments
 (0)