0
0
Fork 0
mirror of https://github.com/tj-actions/install-postgresql.git synced 2024-12-20 01:18:18 +00:00
:octocat: Github action to install PostgreSQL
Find a file
dependabot[bot] 79f4d20ab1
Bump alpine from 3.18.3 to 3.18.4
Bumps alpine from 3.18.3 to 3.18.4.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-29 09:19:04 +00:00
.github Update test.yml 2023-09-12 11:38:47 -06:00
.gitignore Initial commit 2023-09-07 20:39:18 -06:00
action.yml Update action.yml 2023-09-12 11:23:26 -06:00
CONTRIBUTING.md Initial commit 2023-09-07 20:39:18 -06:00
Dockerfile Bump alpine from 3.18.3 to 3.18.4 2023-09-29 09:19:04 +00:00
entrypoint.sh Remove unused code 2023-09-12 11:13:30 -06:00
HISTORY.md Upgraded from v2.0.1 -> v2.0.2 2023-09-13 13:53:51 +00:00
LICENSE Initial commit 2023-09-07 20:39:18 -06:00
README.md Upgraded from v1.1.0 -> v2 2023-09-12 17:29:28 +00:00
renovate.json Initial commit 2023-09-07 20:39:18 -06:00

Ubuntu Mac OS Windows Public workflows that use this action.

CI Update release version.

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@v2
        with:
          postgresql-version: 15

NOTE: This updates the installed PostgreSQL version with the specified version and updates the PATH.

Inputs

INPUT TYPE REQUIRED DEFAULT DESCRIPTION
postgresql-version string true Version of PostgreSQL. e.g 15

Known Limitations

Warning

  • Slow to install on Windows runners.

If you feel generous and want to show some extra appreciation:

Buy me a coffee

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.