Skip to content

Commit

Permalink
don't cleanup resources when ct install
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c authored Nov 7, 2024
1 parent 30f34a5 commit 9dd9aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
- name: Run chart-testing (install)
run: |
KUBECONFIG=/etc/rancher/k3s/k3s.yaml ct install --chart-dirs . --charts . --helm-extra-args '--timeout 7200s' --target-branch ${{ github.event.repository.default_branch }}
KUBECONFIG=/etc/rancher/k3s/k3s.yaml ct install --chart-dirs . --charts . --helm-extra-args '--timeout 7200s' --skip-clean-up --target-branch ${{ github.event.repository.default_branch }}

0 comments on commit 9dd9aba

Please sign in to comment.