Skip to content

Commit

Permalink
Added create table sql, added migration to .yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bbadajos committed Oct 31, 2023
1 parent 6972597 commit 348af41
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/createtabletest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ jobs:
with:
version: latest

# - run: supabase functions deploy --project-ref $PROJECT_ID

- name: Init
run: supabase init

- name: Configure Supabase
run: supabase link --project-ref $PROJECT_ID

- name: Check
run: echo "Table created!"
- name: Supabase Migration
run: supabase migrate up
# pulls from create table sql file

0 comments on commit 348af41

Please sign in to comment.