Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 674 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 674 Bytes

PostgreSQL GitHub Action

This GitHub Action sets up a PostgreSQL database.

Note: this is a fork from here since the maintainer of that repository seems to be inactive.

Usage

See action.yml

Basic:

steps:
- uses: danielweller-swp/postgresql-action@v2
  with:
    postgresql version: '11'  # See https://hub.docker.com/_/postgres for available versions
    postgresql init scripts: 'init-db'
    postgresql conf: 'max_prepared_transactions=100'

License

The scripts and documentation in this project are released under the MIT License