#github-actions
- Test Postgres Extensions With GitHub Actions
https://justatheory.com/2020/06/test-extensions-with-github-actions
I finally made the jump from Travis CI to GitHub Actions for my Postgres extensions. Here’s how you can, too.
- Auto-Release PostgreSQL Extensions on PGXN
https://justatheory.com/2025/05/release-on-pgxn
Step-by-step instructions to publish PostgreSQL extensions and utilities on the PostgreSQL Extension Network (PGXN).
- https://justatheory.com/2020/10/release-postgres-extensions-with-github-actions
Go beyond testing and fully automate the release of Postgres extensions on both GitHub and PGXN using GitHub actions.
- Accelerate Perl Github Workflows with Caching
https://justatheory.com/2021/11/cache-perl-github-workflows
A quick tip for speeding up Perl builds in GitHub workflows by caching dependencies.