Commit fec62ea3 authored by Radu Carpa's avatar Radu Carpa
Browse files

disable ct install in the pipeline

I didn't find a way to make ct only dry-run
parent d31c0a57
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -41,5 +41,6 @@ jobs:
        uses: helm/kind-action@v1.4.0
        if: steps.list-changed.outputs.changed == 'true'

      - name: Run chart-testing (install)
        run: ct install
 No newline at end of file
      # TODO: enable again when skip-clean-up is released in the next version
      # - name: Run chart-testing (install)
      #   run: ct install --debug --skip-clean-up --helm-extra-args=" --dry-run "