Skip to content

Added github action for regression tests #2

Added github action for regression tests

Added github action for regression tests #2

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch]
jobs:
test:
strategy:
matrix:
pg: [12, 13, 14, 15, 16]
name: 🐘 PostgreSQL ${{ matrix.pg }}
runs-on: ubuntu-latest
container: pgxn/pgxn-tools
steps:
- run: pg-start ${{ matrix.pg }}
- uses: actions/checkout@v4
- run: pg-build-test