Skip to content

Commit

Permalink
add supabase test helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
tiniscule committed Nov 26, 2023
1 parent b71be8e commit 213e138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pg_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
version: latest
- name: Supabase Start
run: supabase init && supabase start
- name: Enable pgtle
run: psql -v ON_ERROR_STOP=1 -U postgres -d postgres -h localhost -p 54322 -c "CREATE EXTENSION pg_tle;"
- name: Enable pgtle and install supabase_test_helpers
run: psql -v ON_ERROR_STOP=1 -U postgres -d postgres -h localhost -p 54322 -c "CREATE EXTENSION pg_tle; SELECT dbdev.install('basejump-supabase_test_helpers');"
env:
PGPASSWORD: postgres
- name: Install core extension using dbdev cli
Expand Down

0 comments on commit 213e138

Please sign in to comment.