ci: migrate unittests

This commit is contained in:
Michael Kriese 2023-01-19 13:17:41 +01:00
parent 6068e06fc3
commit 56efe32316
No known key found for this signature in database
GPG key ID: B83F553A0724D44E

View file

@ -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