Skip to content

Commit

Permalink
fix: add login
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojsnunes committed Nov 30, 2024
1 parent 03352fe commit 7eb8b8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ jobs:
- image: cimg/node:20.7.0
steps:
- run: npm install -g supabase
- run: supabase login
- run: supabase link --project-ref $SUPABASE_PROJECT_ID
- run: supabase db push
# Run cypress e2e tests on chrome
Expand Down

0 comments on commit 7eb8b8c

Please sign in to comment.