test: run supabase locally during test (#35947)

Alter the docs test script so it spins up Supabase locally. Will allow
for end-to-end tests against the local DB.

Also small alteration to one of the test files to silence an annoying
(but intended) error.
This commit is contained in:
Charis
2025-05-27 10:00:21 -04:00
committed by GitHub
parent 9318404e61
commit bf3bada7fd
3 changed files with 9 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ jobs:
apps/docs
examples
packages
supabase
- uses: pnpm/action-setup@v4
name: Install pnpm