From 6be595da942fe1340fad662262f919c9f39dfab5 Mon Sep 17 00:00:00 2001 From: Daniela Plascencia Date: Tue, 10 Dec 2024 23:45:41 +0100 Subject: [PATCH] skip --- .github/workflows/integrate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index c514a7f1..8c1d9743 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -183,9 +183,9 @@ jobs: run: | ls -lh . echo "------------" - ls -lh /tmp + ls -lh /tmp/charms echo "------------" - ls -lh /tmp/charms/kfp-api/ + for d in $(ls -lh /tmp/charms/); do ls -lh $d; done - name: Run test run: | # Requires the model to be called kubeflow due to kfp-viewer