Skip to content

Commit 71b9bd3

Browse files
Cover Supabase server env in CI builds
1 parent 8257720 commit 71b9bd3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
name: Lint, Type-Check & Build
2323
runs-on: ubuntu-latest
2424
env:
25+
SUPABASE_URL: http://127.0.0.1:54321
26+
SUPABASE_ANON_KEY: ci-placeholder-anon-key
2527
NEXT_PUBLIC_SUPABASE_URL: http://127.0.0.1:54321
2628
NEXT_PUBLIC_SUPABASE_ANON_KEY: ci-placeholder-anon-key
2729

0 commit comments

Comments
 (0)