From 56efe323167d4044913b942b3a29187011e58fc8 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Thu, 19 Jan 2023 13:17:41 +0100 Subject: [PATCH] ci: migrate unittests --- .woodpecker/lint.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 0992fc2..c710721 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -32,6 +32,15 @@ pipeline: - apk add --no-cache helm - helm template --debug gitea-helm . + helm-unittests: + image: alpine:3.17.1 + pull: true + commands: + - apk add --no-cache make helm git bash + - helm plugin install https://github.com/heyhabito/helm-unittest + - helm dependency update + - make unittests + verify-readme: image: alpine:3.17.1 pull: true