Skip to content

Commit 9791387

Browse files
committed
fix(ci): debug actions
1 parent 3d1baac commit 9791387

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/on_pull_request_supabase.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
- name: Run migrations on staging
6262
run: yarn workspace @twilio-paste/backend supabase db push
6363

64+
- name: Check Supabase Version
65+
run: yarn supabase --version
66+
6467
- name: Start Supabase local development setup
6568
run: yarn start:backend:dev
6669

apps/backend/supabase/migrations/20230928013336_initial_schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
create extension if not exists "vector" with schema "public" version '0.8.0';
1+
create extension if not exists "vector" with schema "public";
22

33
create sequence "public"."page_id_seq";
44

0 commit comments

Comments
 (0)