Skip to content

Commit

Permalink
fix: yes prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojsnunes committed Nov 30, 2024
1 parent 568760d commit a253bc8
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 @@ -372,7 +372,7 @@ jobs:
- attach_workspace:
at: '.'
- run: npx supabase login --token $SUPABASE_ACCESS_TOKEN
- run: npx supabase db push --db-url $SUPABASE_DB_URL --yes
- run: yes | npx supabase db push --db-url $SUPABASE_DB_URL
# Run cypress e2e tests on chrome
test_e2e:
docker: *docker
Expand Down

0 comments on commit a253bc8

Please sign in to comment.