Skip to content

Commit

Permalink
config has to be on a newline
Browse files Browse the repository at this point in the history
  • Loading branch information
tiniscule committed Dec 2, 2023
1 parent 3eac642 commit 3343be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Setup and start Supabase
run: |
supabase init
echo "[functions.test-stripe-billing-webhooks]\nverify_jwt = false" >> supabase/config.toml
echo "\n\n[functions.test-stripe-billing-webhooks]\nverify_jwt = false" >> supabase/config.toml
supabase start
- name: Install supabase_test_helpers from scripts/install-dbdev-with-test-helpers.sql (remove this once remote install enabled in dbdev CLI)
run: psql -v ON_ERROR_STOP=1 -U postgres -d postgres -h localhost -p 54322 -f ./scripts/install-dbdev-with-test-helpers.sql
Expand Down

0 comments on commit 3343be5

Please sign in to comment.