This GitHub Action sets up a PostgreSQL database. No password required, default account (database) is postgres
See action.yml
Basic:
steps:
- uses: minesunny/[email protected]
with:
postgresql version: '11' # See https://hub.docker.com/_/postgres for available versions
The scripts and documentation in this project are released under the MIT License