Skip to content

Commit

Permalink
echo schema diff
Browse files Browse the repository at this point in the history
  • Loading branch information
pert5432 committed Oct 8, 2024
1 parent 6c3fa35 commit cc41a00
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/check-pg_analytics-schema-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,17 +120,17 @@ jobs:
echo '```'
#
# cargo-pgrx schema doesn't output its generated schema in a stable format
# so including the entire diff is garbage. We still generate it, tho, because
# cargo-pgrx will improve someday, and when it does we can uncomment these lines
# Include the full schema diff, for informational purposes
#
# echo
# echo 'The full diff between both schemas is:'
# echo
# echo '```diff'
# cat ~/diff.patch
# echo '```'
echo
echo '<details>'
echo '<summary>The full diff between both schemas is:</summary>'
echo
echo '```diff'
cat ~/diff.patch
echo '```'
echo '</details>'
echo EOF
} >> "$GITHUB_ENV"
Expand Down

0 comments on commit cc41a00

Please sign in to comment.