Skip to content

Commit

Permalink
Change log file name
Browse files Browse the repository at this point in the history
  • Loading branch information
vitcpp committed Nov 11, 2024
1 parent 6c24424 commit 461e873
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-check-windows-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
- name: Test pgSphere (installcheck)
run: |
initdb -D pgdata -U postgres
pg_ctl -D pgdata -l postgres.log start
pg_ctl -D pgdata -l postgres_installcheck.log start
make USE_HEALPIX=0 installcheck
pg_ctl -D pgdata -l postgres_installcheck.log stop
pg_ctl -D pgdata stop
rm -rf pgdata
- name: Show installcheck regression.diffs
Expand All @@ -78,6 +78,7 @@ jobs:
initdb -D pgdata -U postgres
pg_ctl -D pgdata -l postgres_crushtest.log start
make USE_HEALPIX=0 crushtest
pg_ctl -D pgdata stop
- name: Show crushtest regression.diffs
if: ${{ failure() }}
Expand Down

0 comments on commit 461e873

Please sign in to comment.