Skip to content

Commit

Permalink
ci: add debug to supabase db step
Browse files Browse the repository at this point in the history
  • Loading branch information
benfurber committed Jan 16, 2025
1 parent fe08004 commit 2ac3b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ jobs:
- attach_workspace:
at: '.'
- run: npx supabase login --token $SUPABASE_ACCESS_TOKEN
- run: (yes || true) | npx supabase db push --db-url $SUPABASE_DB_URL
- run: (yes || true) | npx supabase db push --db-url $SUPABASE_DB_URL --debug
# Run cypress e2e tests on chrome
test_e2e:
docker: *docker
Expand Down

0 comments on commit 2ac3b60

Please sign in to comment.