Skip to content

Commit

Permalink
chore: test github migration action
Browse files Browse the repository at this point in the history
  • Loading branch information
gaboesquivel committed Jan 29, 2024
1 parent fba874b commit 7475e09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/supabase-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@ jobs:
with:
version: latest

- run: supabase link --project-ref $SUPABASE_PROJECT_ID
- run: supabase db push
- name: Link Supabase Project
run: supabase link --project-ref $SUPABASE_PROJECT_ID
working-directory: ./apps/supabase

- name: Push Database Changes
run: supabase db push
working-directory: ./apps/supabase
1 change: 1 addition & 0 deletions apps/supabase/test-migration
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test

0 comments on commit 7475e09

Please sign in to comment.