add debug output
Signed-off-by: Tim Collins <tim@thecollins.team>
This commit is contained in:
parent
ff8554c458
commit
af9b0147de
2 changed files with 8 additions and 1 deletions
8
.github/workflows/lint-and-test.yml
vendored
8
.github/workflows/lint-and-test.yml
vendored
|
@ -95,6 +95,14 @@ jobs:
|
||||||
kubectl create namespace redis
|
kubectl create namespace redis
|
||||||
helm repo add bitnami https://charts.bitnami.com/bitnami
|
helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||||
helm install redis bitnami/redis --wait --namespace redis --set auth.password=argocd --set architecture=standalone
|
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)
|
- name: Run chart-testing (install)
|
||||||
run: ct install --config ./.github/configs/ct-install.yaml
|
run: ct install --config ./.github/configs/ct-install.yaml
|
||||||
if: steps.list-changed.outputs.changed == 'true'
|
if: steps.list-changed.outputs.changed == 'true'
|
||||||
|
|
|
@ -21,4 +21,3 @@
|
||||||
*.tmproj
|
*.tmproj
|
||||||
ci/
|
ci/
|
||||||
*.gotmpl
|
*.gotmpl
|
||||||
.git
|
|
||||||
|
|
Loading…
Reference in a new issue