ci/windows: add Postgresql setup action to tests

This commit is contained in:
Sri CHaRan
2026-01-29 21:49:59 +05:30
parent abd7c302f8
commit 238f3dd1d9
3 changed files with 89 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
name: 'Setup Postgresql and Postgis'
description: 'Installs PostgreSQL and PostGIS and configures it for CI tests'
inputs:
postgresql-version:
description: 'Version of PostgreSQL to install'