Skip to content

Commit 81ffce4

Browse files
authored
Refine CI workflow configuration
Updated comments in CI workflow for clarity.
1 parent 1a289b9 commit 81ffce4

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- main
99

1010
jobs:
11-
# ── Backend: type-check · unit+integration tests · e2e · build ───────────
11+
# Backend: type-check unit+integration tests e2e build
1212
backend:
1313
name: Backend
1414
runs-on: ubuntu-latest
@@ -109,7 +109,7 @@ jobs:
109109
run: npm run build
110110
working-directory: backend
111111

112-
# ── Frontend: type-check · unit tests · build ────────────────────────────
112+
# Frontend: type-check unit tests build
113113
frontend:
114114
name: Frontend
115115
runs-on: ubuntu-latest
@@ -157,8 +157,6 @@ jobs:
157157
working-directory: frontend
158158
continue-on-error: true
159159
env:
160-
# E2E tests need full stack - currently runs against dev server
161-
# TODO: Set up proper E2E environment with seeded test data
162160
E2E_BASE_URL: http://localhost:5173
163161
E2E_API_URL: http://localhost:3000
164162

0 commit comments

Comments
 (0)