-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore upgrade testing in GitHub Actions
Required some changes to pgxn/docker-pgxn-tools to allow for an unprivileged user to use `sudo`, but with that in places the changes to `test/test_MVU.sh` are minor: * Use the versions for path args if none passed. * Some indentation tweaks * Use `$sudo` consistently * Remove run_make in favor of explict calls to `make` with `$sudo` used as appropriate. * Fall back on `whoami` if `$USER` is not set * Run tests without `sudo` Changes to `.github/workflows/test.yml` are mostly aesthetic, but the new "Upgrade" step makes sure that pgTAP is installed and installs the packages for the version to upgrade to before handing execution off to `test/test_MVU.sh`. With these changes, we should be ready to release v1.2.0.
- Loading branch information
Showing
2 changed files
with
80 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters