Skip to content

Commit

Permalink
Add logging for failure case
Browse files Browse the repository at this point in the history
  • Loading branch information
rhurey committed Oct 11, 2024
1 parent 45e5bf8 commit dce7d81
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ingestion_client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ jobs:
run: |
if ! cmp -s ./samples/ingestion/ingestion-client/infra/main.json ./samples/ingestion/ingestion-client/infra/generated_main.json; then
echo "Generated ARM template does not match the existing main.json. Please update main.json accordingly." >&2
echo "====================main.json"===================="
cat main.json
echo "=================================================="
echo
echo "===============generated_main.json"==============="
cat generated_main.json
echo "=================================================="
exit 1
fi
Expand Down

0 comments on commit dce7d81

Please sign in to comment.