Skip to content

Commit 3c3ec03

Browse files
committed
Update connection string for supabase in GitHub Actions workflow
1 parent 3b4757d commit 3c3ec03

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
SUPABASE_HEALTH_TIMEOUT=${SUPABASE_HEALTH_TIMEOUT:-240}
106106
SUPABASE_URL=${SUPABASE_URL:-http://127.0.0.1:54321}
107107
SUPABASE_SERVICE_ROLE_KEY=${SUPABASE_SERVICE_ROLE_KEY}
108+
SUPABASE_DB_URL=${SUPABASE_DB_URL:-postgresql://postgres:postgres@127.0.0.1:54322/postgres}
108109
EOF
109110
110111
- name: Start mock containers

0 commit comments

Comments
 (0)