From 8956532e78b047d7ce319e527e70e3d01dec7990 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 12 Jan 2025 15:13:20 +0100 Subject: [PATCH] asdasd --- .gitea/workflows/helm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/helm.yaml b/.gitea/workflows/helm.yaml index 6120b9f..1e4ebb8 100644 --- a/.gitea/workflows/helm.yaml +++ b/.gitea/workflows/helm.yaml @@ -43,6 +43,7 @@ jobs: run: | apk update apk add git npm + - uses: actions/checkout@v4.2.2 - name: Check if files were touched uses: dorny/paths-filter@v3.0.2 id: changes @@ -54,7 +55,6 @@ jobs: - name: Skip further steps, when condition is not met if: steps.filter.outputs.yaml == 'false' run: exit 0 - - uses: actions/checkout@v4.2.2 - name: Unittest run: | helm unittest --strict --file 'unittests/**/*.yaml' ./ \ No newline at end of file