mirror of
https://github.com/langchain-ai/langgraphjs-api.git
synced 2026-07-19 21:33:46 -04:00
Maybe?
This commit is contained in:
@@ -84,14 +84,18 @@ jobs:
|
||||
node-version: 20.x
|
||||
cache: "pnpm"
|
||||
|
||||
- name: Install dependencies dependencies
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pnpm install
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
pnpm turbo run build
|
||||
|
||||
- name: Run integration tests
|
||||
working-directory: libs/langgraph-api
|
||||
run: |
|
||||
pnpm turbo run test:parser
|
||||
pnpm run test:parser
|
||||
|
||||
test-api:
|
||||
timeout-minutes: 5
|
||||
@@ -118,11 +122,15 @@ jobs:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: "pnpm"
|
||||
|
||||
- name: Install dependencies dependencies
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pnpm install
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
pnpm turbo run build
|
||||
|
||||
- name: Run integration tests
|
||||
working-directory: libs/langgraph-api
|
||||
run: |
|
||||
pnpm turbo run test:api
|
||||
pnpm run test:api
|
||||
|
||||
Reference in New Issue
Block a user