Skip to content

Commit e4a9daf

Browse files
committed
Fix found issues after review
1 parent e3a6871 commit e4a9daf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-and-check-windows-latest.yml

+4
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ jobs:
7070
pg_ctl -D pgdata -l postgres.log start
7171
make USE_HEALPIX=0 installcheck
7272
73+
- name: Show installcheck regression.diffs
74+
if: ${{ failure() }}
75+
run: cat regression.diffs
76+
7377
- name: Upload artifacts
7478
uses: actions/upload-artifact@v4
7579
if: success() || failure()

0 commit comments

Comments
 (0)