additional debug

Signed-off-by: Tim Collins <tim@thecollins.team>
This commit is contained in:
Tim Collins 2024-11-21 07:53:40 +00:00
parent af9b0147de
commit f548edb08c
No known key found for this signature in database
GPG key ID: 09F625E00301ED18

View file

@ -100,8 +100,12 @@ jobs:
run: | run: |
echo "Disk usage of charts/argo-workflows..." echo "Disk usage of charts/argo-workflows..."
du -sh charts/argo-workflows du -sh charts/argo-workflows
echo "Disk usage of charts/argo-workflows/templates..."
du -sh charts/argo-workflows/templates
echo "contents of charts/argo-workflows..." echo "contents of charts/argo-workflows..."
ls -la charts/argo-workflows ls -lah charts/argo-workflows
echo "contents of charts/argo-workflows/templates..."
ls -lah charts/argo-workflows/templates
- name: Run chart-testing (install) - name: Run chart-testing (install)
run: ct install --config ./.github/configs/ct-install.yaml run: ct install --config ./.github/configs/ct-install.yaml