From e72d68513ae38271c713377fb89e4947d6fe6921 Mon Sep 17 00:00:00 2001 From: Hermann_Kitio Date: Thu, 23 Apr 2026 03:23:23 +0300 Subject: [PATCH] ci: env vars factices pour tests CI Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ee3f7c..173c4bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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