0
0
Fork 0
mirror of https://github.com/tj-actions/install-postgresql.git synced 2024-10-15 15:24:11 +00:00
:octocat: Github action to install PostgreSQL
Find a file
renovate[bot] da6c83b948
Some checks failed
CI / Run shellcheck (push) Failing after 1s
CI / Test setup-postgresql (ubuntu-latest, 12) (push) Failing after 0s
CI / Test setup-postgresql (ubuntu-latest, 14) (push) Failing after 1s
CI / Test setup-postgresql (ubuntu-latest, 15) (push) Failing after 1s
CI / Test setup-postgresql (ubuntu-latest, 16) (push) Failing after 1s
Format README.md / sync-assets (push) Failing after 1s
CI / Test setup-postgresql (macos-latest, 12) (push) Has been cancelled
CI / Test setup-postgresql (macos-latest, 14) (push) Has been cancelled
CI / Test setup-postgresql (macos-latest, 15) (push) Has been cancelled
CI / Test setup-postgresql (macos-latest, 16) (push) Has been cancelled
CI / Test setup-postgresql (windows-latest, 12) (push) Has been cancelled
CI / Test setup-postgresql (windows-latest, 14) (push) Has been cancelled
CI / Test setup-postgresql (windows-latest, 15) (push) Has been cancelled
CI / Test setup-postgresql (windows-latest, 16) (push) Has been cancelled
chore(deps): update reviewdog/action-shellcheck action to v1.27
2024-09-16 04:01:34 +00:00
.github chore(deps): update reviewdog/action-shellcheck action to v1.27 2024-09-16 04:01:34 +00:00
.all-contributorsrc docs: add BrennanColberg as a contributor for code, doc, and test (#18) 2023-11-29 14:29:29 -07:00
.gitignore Initial commit 2023-09-07 20:39:18 -06:00
action.yml support postgresql v11-16 (#15) 2023-11-29 14:29:45 -07:00
CONTRIBUTING.md Initial commit 2023-09-07 20:39:18 -06:00
entrypoint.sh Update entrypoint.sh 2024-05-12 12:21:22 -06:00
HISTORY.md Upgraded from v3.1.0 -> v3.1.1 2024-05-12 18:34:38 +00:00
LICENSE Initial commit 2023-09-07 20:39:18 -06:00
README.md Update README.md 2024-01-15 07:18:40 -07: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.

All Contributors

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.

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.

Contributors

Thanks goes to these wonderful people (emoji key):

Brennan Colberg
Brennan Colberg

💻 📖 ⚠️

This project follows the all-contributors specification. Contributions of any kind welcome!