ci: migrate unittests
This commit is contained in:
parent
6068e06fc3
commit
56efe32316
1 changed files with 9 additions and 0 deletions
|
@ -32,6 +32,15 @@ pipeline:
|
||||||
- apk add --no-cache helm
|
- apk add --no-cache helm
|
||||||
- helm template --debug gitea-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:
|
verify-readme:
|
||||||
image: alpine:3.17.1
|
image: alpine:3.17.1
|
||||||
pull: true
|
pull: true
|
||||||
|
|
Loading…
Reference in a new issue