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