This GitHub Action sets up a PostgreSQL database with PostGIS, using the postgis:postgis Docker image.
See action.yml
Basic:
steps:
- uses: nyaruka/[email protected]
with:
postgresql version: '12'
postgis version: '2.5'
postgresql password: 'sesame'
postgresql arguments: '--jit=off'
The scripts and documentation in this project are released under the MIT License