ci: env vars factices pour tests CI
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
99617f117c
commit
e72d68513a
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -9,6 +9,10 @@ on:
|
|||
jobs:
|
||||
quality:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
VITE_API_URL: "http://localhost:3000"
|
||||
VITE_SUPABASE_URL: "https://fake.supabase.co"
|
||||
VITE_SUPABASE_ANON_KEY: "fake-anon-key-for-ci"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue