diff --git a/.github/workflows/k8s-ci.yml b/.github/workflows/k8s-ci.yml index 334f67d38..996c3ef62 100644 --- a/.github/workflows/k8s-ci.yml +++ b/.github/workflows/k8s-ci.yml @@ -20,6 +20,8 @@ jobs: - name: BootStrap k8s cluster run: | nix-shell ./scripts/k8s/shell.nix --run "./scripts/k8s/deployer.sh start --label --dump-images" + ls /tmp/kind/mayastor + ls /tmp/kind/mayastor/kind-worker - name: Install Helm Chart run: | @@ -27,6 +29,8 @@ jobs: - name: Container Image List run: | + ls /tmp/kind/mayastor + ls /tmp/kind/mayastor/kind-worker # Verifies if the list of images is accurate nix-shell ./scripts/k8s/shell.nix --run "./scripts/helm/verify-kind-images.sh"