Skip to content

Commit

Permalink
debug demo
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Gaikwad <pgaikwad@redhat.com>
  • Loading branch information
pranavgaikwad committed May 1, 2024
1 parent 4d6572c commit da06a7c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/demo-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit da06a7c

Please sign in to comment.