Skip to content

Commit 8257720

Browse files
Provide inert Supabase env for CI builds
1 parent 470383f commit 8257720

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
lint-build:
2222
name: Lint, Type-Check & Build
2323
runs-on: ubuntu-latest
24+
env:
25+
NEXT_PUBLIC_SUPABASE_URL: http://127.0.0.1:54321
26+
NEXT_PUBLIC_SUPABASE_ANON_KEY: ci-placeholder-anon-key
2427

2528
steps:
2629
- name: Checkout repository

0 commit comments

Comments
 (0)