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