fix(ci): drop E2E from CI for now — all E2E tests need upulse init which requires local monorepo + git config

CI scope: type check (both packages) + unit tests (pulse 82 + upulse config 6)
E2E tests run locally on NEKO/KUMA where monorepo is available.

小橘 🍊(NEKO Team)
This commit is contained in:
2026-04-14 09:56:43 +00:00
parent 52458d7a31
commit ce0b480caa
-5
View File
@@ -43,8 +43,3 @@ jobs:
- name: Unit tests (upulse)
working-directory: packages/upulse
run: bun test src/config.test.ts
- name: E2E tests (--dir flag only)
working-directory: packages/upulse
run: bun test src/e2e/t6-dir-flag.test.ts
timeout-minutes: 5