Skip to content

Commit

Permalink
Remove dbdev step now that we handle it in the migration
Browse files Browse the repository at this point in the history
  • Loading branch information
tiniscule committed Dec 11, 2023
1 parent 24a0917 commit d87db97
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 68 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
version: latest
- name: Supabase Start
run: supabase init && supabase start
- name: Install supabase_test_helpers from scripts/install-dbdev-with-test-helpers.sql (remove this once remote install enabled in dbdev CLI)
run: psql -v ON_ERROR_STOP=1 -U postgres -d postgres -h localhost -p 54322 -f ./scripts/install-dbdev-with-test-helpers.sql
env:
PGPASSWORD: postgres
- name: Install core extension using dbdev cli
run: |
~/.cargo/bin/dbdev install --connection postgres://postgres:postgres@localhost:54322/postgres --path .
Expand Down Expand Up @@ -71,10 +67,6 @@ jobs:
supabase init
echo -e "\n\n[functions.test-stripe-billing-webhooks]\nverify_jwt = false" >> supabase/config.toml
supabase start
- name: Install supabase_test_helpers from scripts/install-dbdev-with-test-helpers.sql (remove this once remote install enabled in dbdev CLI)
run: psql -v ON_ERROR_STOP=1 -U postgres -d postgres -h localhost -p 54322 -f ./scripts/install-dbdev-with-test-helpers.sql
env:
PGPASSWORD: postgres
- name: Install core extension using dbdev cli
run: |
~/.cargo/bin/dbdev install --connection postgres://postgres:postgres@localhost:54322/postgres --path .
Expand Down
51 changes: 0 additions & 51 deletions scripts/install-dbdev-with-test-helpers.sql

This file was deleted.

9 changes: 0 additions & 9 deletions scripts/setup.sh

This file was deleted.

0 comments on commit d87db97

Please sign in to comment.