Skip to content

Commit 05e8994

Browse files
committed
ci: scope packages job to JS/TS; exclude web and agent tests
1 parent 8a02b5c commit 05e8994

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
- name: Build (to ensure types compile)
5252
run: pnpm build
5353

54-
- name: Run workspace tests
55-
run: pnpm -r --if-present test
54+
- name: Run workspace tests (JS/TS only)
55+
run: pnpm -r --filter !@repo/web --filter !@repo/agent --if-present test
5656

5757
e2e-web:
5858
name: E2E Web

0 commit comments

Comments
 (0)