Skip to content

Commit

Permalink
debug: check disk after
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas committed Nov 27, 2024
1 parent 8e5daeb commit 7d1429d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ jobs:
juju add-model kubeflow
sg snap_microk8s -c "tox -e bundle-integration-${{ matrix.sdk }} -- --model kubeflow --bundle=./tests/integration/bundles/kfp_latest_edge.yaml.j2" --charmcraft-clean
- name: Display df
run: df -h
if: always()

- name: Get all
run: kubectl get all -A
if: failure()
Expand Down

0 comments on commit 7d1429d

Please sign in to comment.