Skip to content
database

GitHub Action

Setup PostgreSQL

v1.0.0 Latest version

Setup PostgreSQL

database

Setup PostgreSQL

Setup a PostgreSQL database

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup PostgreSQL

uses: Harmon758/postgresql-action@v1.0.0

Learn more about this action in Harmon758/postgresql-action

Choose a version

PostgreSQL GitHub Action

This GitHub Action sets up a PostgreSQL database.

Usage

See action.yml

Basic:

steps:
- uses: harmon758/postgresql-action@v1
  with:
    postgresql version: '11'  # See https://hub.docker.com/_/postgres for available versions

License

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