From da06a7cfd3c1392be38ed37a22b928f78596d278 Mon Sep 17 00:00:00 2001 From: Pranav Gaikwad Date: Wed, 1 May 2024 17:18:13 -0400 Subject: [PATCH] debug demo Signed-off-by: Pranav Gaikwad --- .github/workflows/demo-testing.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/demo-testing.yml b/.github/workflows/demo-testing.yml index 9516e0f8..6b71864f 100644 --- a/.github/workflows/demo-testing.yml +++ b/.github/workflows/demo-testing.yml @@ -47,7 +47,12 @@ jobs: make run-external-providers-pod podman build -f demo-local.Dockerfile -t localhost/testing:latest make run-demo-image - + git status + echo "printing git output............................................" + yq -P 'sort_keys(..)' -o=props <(git show HEAD:demo-dep-output.yaml) || true + echo "printing actual output............................................" + yq -P 'sort_keys(..)' -o=props <(cat demo-dep-output.yaml) || true + - name: install yq for testing run: go install github.com/mikefarah/yq/v4@latest