From 81ffce49b156def101019aeeaad34c4c9dfd0031 Mon Sep 17 00:00:00 2001 From: Pranav Kishan <149817232+Destroyer795@users.noreply.github.com> Date: Thu, 12 Mar 2026 16:07:46 +0530 Subject: [PATCH] Refine CI workflow configuration Updated comments in CI workflow for clarity. --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec7a4be..842a911 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: - main jobs: - # ── Backend: type-check · unit+integration tests · e2e · build ─────────── + # Backend: type-check unit+integration tests e2e build backend: name: Backend runs-on: ubuntu-latest @@ -109,7 +109,7 @@ jobs: run: npm run build working-directory: backend - # ── Frontend: type-check · unit tests · build ──────────────────────────── + # Frontend: type-check unit tests build frontend: name: Frontend runs-on: ubuntu-latest @@ -157,8 +157,6 @@ jobs: working-directory: frontend continue-on-error: true env: - # E2E tests need full stack - currently runs against dev server - # TODO: Set up proper E2E environment with seeded test data E2E_BASE_URL: http://localhost:5173 E2E_API_URL: http://localhost:3000