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 a253bc8 commit 52e1366
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: yes | npx supabase db push --db-url $SUPABASE_DB_URL
- run: (yes || true) | 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 52e1366

Please sign in to comment.