diff --git a/.forgejo/workflows/validate-helm-render.yaml b/.forgejo/workflows/validate-helm-render.yaml index fd584a6..b8938c8 100644 --- a/.forgejo/workflows/validate-helm-render.yaml +++ b/.forgejo/workflows/validate-helm-render.yaml @@ -11,5 +11,6 @@ jobs: steps: - run: apk add --no-cache nodejs git helm kubectl - uses: actions/checkout@v3 - - run: helm/render-all.sh || ls -lha + - run: ls -lha helm + - run: ./helm/render-all.sh - run: git diff --exit-code