From af9b0147de451283890e3814db0d15f544f82641 Mon Sep 17 00:00:00 2001 From: Tim Collins Date: Thu, 21 Nov 2024 07:47:30 +0000 Subject: [PATCH] add debug output Signed-off-by: Tim Collins --- .github/workflows/lint-and-test.yml | 8 ++++++++ charts/argo-workflows/.helmignore | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index cd861573..f0c40c81 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -95,6 +95,14 @@ jobs: kubectl create namespace redis helm repo add bitnami https://charts.bitnami.com/bitnami helm install redis bitnami/redis --wait --namespace redis --set auth.password=argocd --set architecture=standalone + + - name: debug + run: | + echo "Disk usage of charts/argo-workflows..." + du -sh charts/argo-workflows + echo "contents of charts/argo-workflows..." + ls -la charts/argo-workflows + - name: Run chart-testing (install) run: ct install --config ./.github/configs/ct-install.yaml if: steps.list-changed.outputs.changed == 'true' diff --git a/charts/argo-workflows/.helmignore b/charts/argo-workflows/.helmignore index 4b087851..ec59d66d 100644 --- a/charts/argo-workflows/.helmignore +++ b/charts/argo-workflows/.helmignore @@ -21,4 +21,3 @@ *.tmproj ci/ *.gotmpl -.git