add debug output

Signed-off-by: Tim Collins <tim@thecollins.team>
This commit is contained in:
Tim Collins 2024-11-21 07:47:30 +00:00
parent ff8554c458
commit af9b0147de
No known key found for this signature in database
GPG key ID: 09F625E00301ED18
2 changed files with 8 additions and 1 deletions

View file

@ -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'

View file

@ -21,4 +21,3 @@
*.tmproj
ci/
*.gotmpl
.git