File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 - main
99
1010jobs :
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
You can’t perform that action at this time.
0 commit comments