Skip to content

Commit ea10e7b

Browse files
committed
cr
1 parent fc2d65d commit ea10e7b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

internal/environment_tests/docker-compose.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ services:
1010
- ../../internal/environment_tests/test-exports-esbuild:/package
1111
- ../../internal/environment_tests/scripts:/scripts
1212
- ../../libs/langgraph:/langgraph
13+
- ../../libs/langgraph-core:/langgraph-core
1314
- ../../libs/checkpoint:/checkpoint
1415
command: bash /scripts/docker-ci-entrypoint.sh
1516
test-exports-esm:
@@ -25,6 +26,7 @@ services:
2526
- ../../internal/environment_tests/test-exports-esm:/package
2627
- ../../internal/environment_tests/scripts:/scripts
2728
- ../../libs/langgraph:/langgraph
29+
- ../../libs/langgraph-core:/langgraph-core
2830
- ../../libs/checkpoint:/checkpoint
2931
command: bash /scripts/docker-ci-entrypoint.sh
3032
test-exports-tsc:
@@ -37,6 +39,7 @@ services:
3739
- ../../internal/environment_tests/test-exports-tsc:/package
3840
- ../../internal/environment_tests/scripts:/scripts
3941
- ../../libs/langgraph:/langgraph
42+
- ../../libs/langgraph-core:/langgraph-core
4043
- ../../libs/checkpoint:/checkpoint
4144
command: bash /scripts/docker-ci-entrypoint.sh
4245
test-exports-cjs:
@@ -49,6 +52,7 @@ services:
4952
- ../../internal/environment_tests/test-exports-cjs:/package
5053
- ../../internal/environment_tests/scripts:/scripts
5154
- ../../libs/langgraph:/langgraph
55+
- ../../libs/langgraph-core:/langgraph-core
5256
- ../../libs/checkpoint:/checkpoint
5357
command: bash /scripts/docker-ci-entrypoint.sh
5458
test-exports-cf:
@@ -61,6 +65,7 @@ services:
6165
- ../../internal/environment_tests/test-exports-cf:/package
6266
- ../../internal/environment_tests/scripts:/scripts
6367
- ../../libs/langgraph:/langgraph
68+
- ../../libs/langgraph-core:/langgraph-core
6469
- ../../libs/checkpoint:/checkpoint
6570
command: bash /scripts/docker-ci-entrypoint.sh
6671
test-exports-vercel:
@@ -76,6 +81,7 @@ services:
7681
- ../../internal/environment_tests/test-exports-vercel:/package
7782
- ../../internal/environment_tests/scripts:/scripts
7883
- ../../libs/langgraph:/langgraph
84+
- ../../libs/langgraph-core:/langgraph-core
7985
- ../../libs/checkpoint:/checkpoint
8086
command: bash /scripts/docker-ci-entrypoint.sh
8187
test-exports-vite:
@@ -88,6 +94,7 @@ services:
8894
- ../../internal/environment_tests/test-exports-vite:/package
8995
- ../../internal/environment_tests/scripts:/scripts
9096
- ../../libs/langgraph:/langgraph
97+
- ../../libs/langgraph-core:/langgraph-core
9198
- ../../libs/checkpoint:/checkpoint
9299
command: bash /scripts/docker-ci-entrypoint.sh
93100
success:

0 commit comments

Comments
 (0)