Fixed upgrade filename

This commit is contained in:
Andrew Kane
2021-04-22 19:11:03 -07:00
parent 8ebab9bf6d
commit d14a6bca4b
3 changed files with 2 additions and 2 deletions

View File

@@ -18,5 +18,5 @@ jobs:
- run: |
export PG_CONFIG=`which pg_config`
sudo --preserve-env=PG_CONFIG make install
- run: make installcheck
- run: make installcheck || cat regression.diffs
- run: make prove_installcheck