Skip to content

Commit 90a774f

Browse files
committed
Ensure all test scripts run in CI
1 parent 20f4ba7 commit 90a774f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,5 @@ jobs:
7373
run: yarn install --immutable
7474
- name: Build
7575
run: yarn run build --filter="!docs"
76-
- name: Test exports
77-
run: yarn workspace test-exports run test
78-
- name: Test langchain
79-
run: yarn workspace langchain run test
76+
- name: Test
77+
run: yarn run test

0 commit comments

Comments
 (0)