Skip to content

Commit

Permalink
ci: Show regression.diffs in case of failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuju committed Jan 18, 2025
1 parent f357d29 commit d706760
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,14 @@ jobs:
pg_ctl -D $PGDATA restart
- name: Regression test
id: installcheck
run: |
echo "### $PGVERSION ###"
psql -V
cd pg_store_plans
make USE_PGXS=1 installcheck
- name: Show installcheck regression diffs
if: failure() && steps.installcheck.conclusion == 'failure'
run: |
cat pg_store_plans/regression.diffs

0 comments on commit d706760

Please sign in to comment.