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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user