Skip to content

Commit b2738b0

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

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/on_pull_request_supabase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: yarn workspace @twilio-paste/backend supabase db push
6363

6464
- name: Check Supabase Version
65-
run: yarn supabase --version
65+
run: yarn db:version
6666

6767
- name: Start Supabase local development setup
6868
run: yarn start:backend:dev

apps/backend/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"start": "yarn supabase start",
77
"stop": "yarn supabase stop",
88
"generate:db-types": "yarn supabase gen types typescript --local > supabase/schema.gen.ts",
9-
"db:reset": "yarn supabase db reset"
9+
"db:reset": "yarn supabase db reset",
10+
"db:version": "yarn supabase --version"
1011
},
1112
"devDependencies": {
1213
"supabase": "^2.6.8"

0 commit comments

Comments
 (0)