Skip to content

Commit

Permalink
chore(Root): fix ci.yml supabase wrong commands
Browse files Browse the repository at this point in the history
  • Loading branch information
dartilesm committed Sep 14, 2024
1 parent 9f7a501 commit 23b3317
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@ jobs:
run: supabase init

- name: Start Supabase local development setup
run: supabase db start
run: supabase start

- name: Run Supabase tests locally
run: supabase test
- name: Output Supabase local development status
run: supabase status

- name: Run Supabase lint locally
run: supabase lint
run: supabase db lint

- name: Run Supabase tests locally
run: supabase test db

- name: Verify generated types are checked in
run: |
Expand Down

0 comments on commit 23b3317

Please sign in to comment.