8000 Build and check workflow for MS Windows by vitcpp · Pull Request #134 · postgrespro/pgsphere · GitHub
[go: up one dir, main page]

Skip to content

Build and check workflow for MS Windows #134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Nov 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix found issues after review
  • Loading branch information
vitcpp committed Nov 5, 2024
commit e4a9daf4a152472bad3e1ef322a51c2294814107
4 changes: 4 additions & 0 deletions .github/workflows/build-and-check-windows-latest.yml
6200
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ jobs:
pg_ctl -D pgdata -l postgres.log start
make USE_HEALPIX=0 installcheck

- name: Show installcheck regression.diffs
if: ${{ failure() }}
run: cat regression.diffs

- name: Upload artifacts
uses: actions/upload-artifact@v4
if: success() || failure()
Expand Down
0