diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7b08adb..5fd6df0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,4 +46,4 @@ jobs: echo "::set-output name=changed::true" fi - name: Run chart-testing (lint and install) - run: ct lint-and-install --chart-dirs=charts --target-branch=main --helm-extra-args="--timeout=15m" --debug=true + run: ct lint-and-install --chart-dirs=charts --target-branch=main --helm-extra-args="--timeout=15m" --helm-dependency-extra-args="--skip-refresh" --debug=true