From 9a3b8afa55fd14822a4ce4c3a3d2b4eb85f6a96a Mon Sep 17 00:00:00 2001 From: ChristopherHX Date: Wed, 18 Mar 2026 22:08:30 +0000 Subject: [PATCH] .gitea/workflows/e2e.yml aktualisiert --- .gitea/workflows/e2e.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitea/workflows/e2e.yml b/.gitea/workflows/e2e.yml index 0af89e8..99cd054 100644 --- a/.gitea/workflows/e2e.yml +++ b/.gitea/workflows/e2e.yml @@ -17,6 +17,12 @@ jobs: # Install kubectl curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" install kubectl /usr/local/bin/ + + - name: Debug All + run: | + docker ps -a + docker network ls + docker volume ls - name: Create kind cluster run: | @@ -56,3 +62,9 @@ jobs: kubectl get nodes kubectl get pods -A + - name: Debug All + if: always() + run: | + docker ps -a + docker network ls + docker volume ls \ No newline at end of file