From b2c2a8a0da1b93c6ee85f005a38804012760f11a Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 25 Feb 2024 11:46:21 +0000 Subject: [PATCH] .gitea/workflows/test.yaml aktualisiert --- .gitea/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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