Skip to content

Commit

Permalink
Do not init supabase
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloGracia committed Nov 11, 2024
1 parent 1500ffd commit 509c610
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,10 @@ jobs:
version: latest

- name: Start Supabase Local Development Setup
run: |
supabase init
supabase start
run: supabase start

- name: Run Database Migrations
run: |
supabase db reset
run: supabase db reset

- name: Run Tests
run: npm run test:e2e
Expand Down

0 comments on commit 509c610

Please sign in to comment.