diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index f947216..aef8201 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -18,4 +18,5 @@ jobs: with: fetch-depth: 0 # all history for all branches and tags - run: apt install helm -y - - run: helm lint . \ No newline at end of file + - run: helm lint . + - run: helm package . \ No newline at end of file