Skip to content

Add ability to freeze now, move things around for cleaner testing #12 #54

Add ability to freeze now, move things around for cleaner testing #12

Add ability to freeze now, move things around for cleaner testing #12 #54

Workflow file for this run

name: PGTap Tests
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: install
args: --git https://github.com/supabase/dbdev.git dbdev
- uses: actions/checkout@v3
- uses: supabase/setup-cli@v1
with:
version: latest
- name: Supabase Start
run: supabase init && supabase start
- name: Install supabase_test_helpers extension using dbdev cli
run: dbdev install --connection postgres://postgres:postgres@localhost:54322/postgres --path .
- name: Run Tests
run: supabase test db