Skip to content

Merge pull request #71 from supabase/fix/nested-switch-to-superuser #281

Merge pull request #71 from supabase/fix/nested-switch-to-superuser

Merge pull request #71 from supabase/fix/nested-switch-to-superuser #281

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
pg-version: ['12', '13', '14', '15']
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run tests
run: nix-shell --run "supautils-with-pg-${{ matrix.pg-version }} make installcheck"
- if: ${{ failure() }}
run: cat regression.diffs