You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
install-postgresql
v1.0.0
This Github action installs PostgreSQL on the GitHub actions runner and verifies the installation.
...
steps:
- uses: actions/checkout@v4
- name: Setup PostgreSQL
uses: tj-actions/instwll-postgresql@v1
with:
postgresql_version: 15
NOTE: This updates the installed PostgreSQL version with the specified version and updates the PATH.
INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
---|---|---|---|---|
postgresql_version | string | true | Version of PostgreSQL. e.g 15 |
- Free software: MIT license
If you feel generous and want to show some extra appreciation:
This package was created with Cookiecutter using cookiecutter-action
Report bugs at https://github.com/tj-actions/setup-postgresql/issues.
If you are reporting a bug, please include:
- Your operating system name and version.
- Any details about your workflow that might be helpful in troubleshooting.
- Detailed steps to reproduce the bug.