Skip to content

Commit

Permalink
Merge branch 'master' into feat/questions-supabase
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojsnunes authored Jan 16, 2025
2 parents 2bdbd86 + 5de0ba2 commit c0e93ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,8 @@ jobs:
- checkout
- attach_workspace:
at: '.'
- run: npx supabase login --token $SUPABASE_ACCESS_TOKEN
- run: (yes || true) | npx supabase db push --db-url $SUPABASE_DB_URL --debug
- run: npx supabase@2.3.0 login --token $SUPABASE_ACCESS_TOKEN
- run: (yes || true) | npx supabase@2.3.0 db push --db-url $SUPABASE_DB_URL --debug
# Run cypress e2e tests on chrome
test_e2e:
docker: *docker
Expand Down

0 comments on commit c0e93ae

Please sign in to comment.