diff --git a/.gitea/workflows/test-pr.yml b/.gitea/workflows/test-pr.yml index 3547676..84ba67e 100644 --- a/.gitea/workflows/test-pr.yml +++ b/.gitea/workflows/test-pr.yml @@ -30,12 +30,12 @@ jobs: - name: install chart dependencies run: helm dependency build - name: lint - run: helm lint + run: helm lint . - name: template run: helm template --debug gitea-actions . - name: prepare unit test environment run: | - helm plugin install --version ${{ env.HELM_UNITTEST_VERSION }} https://github.com/helm-unittest/helm-unittest + helm plugin install --version ${{ env.HELM_UNITTEST_VERSION }} https://github.com/helm-unittest/helm-unittest --verify=false git submodule update --init --recursive - name: unit tests env: @@ -47,4 +47,5 @@ jobs: make readme git diff --exit-code --name-only README.md - name: yaml lint - uses: https://github.com/ibiqlik/action-yamllint@v3 + uses: ibiqlik/action-yamllint@v3 # Github / Act + #uses: https://github.com/ibiqlik/action-yamllint@v3 # Gitea