additional debug
Signed-off-by: Tim Collins <tim@thecollins.team>
This commit is contained in:
parent
af9b0147de
commit
f548edb08c
1 changed files with 5 additions and 1 deletions
6
.github/workflows/lint-and-test.yml
vendored
6
.github/workflows/lint-and-test.yml
vendored
|
@ -100,8 +100,12 @@ jobs:
|
|||
run: |
|
||||
echo "Disk usage of 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..."
|
||||
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)
|
||||
run: ct install --config ./.github/configs/ct-install.yaml
|
||||
|
|
Loading…
Reference in a new issue