mirror of
https://github.com/tj-actions/install-postgresql.git
synced 2024-12-20 01:18:18 +00:00
![allcontributors[bot]](/assets/img/avatar_default.png)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
4.9 KiB
4.9 KiB
install-postgresql
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/install-postgresql@v3
with:
postgresql-version: 16
[!NOTE]
- This updates the pre-installed PostgreSQL version on the action runner with the specified version and updates the PATH.
Inputs
INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
---|---|---|---|---|
postgresql-version | string | true | Version of PostgreSQL. e.g 16 |
Known Limitations
[!WARNING]
- Slow to install on Windows runners.
- Free software: MIT license
If you feel generous and want to show some extra appreciation:
Credits
This package was created with Cookiecutter using cookiecutter-action
Report Bugs
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.
Contributors ✨
Thanks goes to these wonderful people (emoji key):
Brennan Colberg 💻 📖 ⚠️ |
Ragy Hosny 💻 📖 |
This project follows the all-contributors specification. Contributions of any kind welcome!