Skip to content

Commit

Permalink
Update createtabletest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sidneyshah authored Oct 30, 2023
1 parent a6a4773 commit 58c8ac9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/createtabletest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,5 @@ jobs:
- name: Configure Supabase
run: supabase link --project-ref $PROJECT_ID

- name: Create table
run: |
supabase create table table_test --schema public --columns "firstcolumn:text,secondcolumn:bigint"
- name: Check
run: echo "Table created!"

0 comments on commit 58c8ac9

Please sign in to comment.