8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c24424 commit 461e873Copy full SHA for 461e873
.github/workflows/build-and-check-windows-latest.yml
@@ -64,9 +64,9 @@ jobs:
64
- name: Test pgSphere (installcheck)
65
run: |
66
initdb -D pgdata -U postgres
67
- pg_ctl -D pgdata -l postgres.log start
+ pg_ctl -D pgdata -l postgres_installcheck.log start
68
make USE_HEALPIX=0 installcheck
69
- pg_ctl -D pgdata -l postgres_installcheck.log stop
+ pg_ctl -D pgdata stop
70
rm -rf pgdata
71
72
- name: Show installcheck regression.diffs
@@ -78,6 +78,7 @@ jobs:
78
79
pg_ctl -D pgdata -l postgres_crushtest.log start
80
make USE_HEALPIX=0 crushtest
81
82
83
- name: Show crushtest regression.diffs
84
if: ${{ failure() }}
0 commit comments