Skip to content

Commit d8fadcc

Browse files
Re-adding temporary removals.
1 parent c2db02d commit d8fadcc

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

.github/workflows/dojo-e2e.yml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,62 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17+
- suite: a2a-middleware
18+
test_path: tests/a2aMiddlewareTests
19+
services: ["dojo","a2a-middleware"]
20+
wait_on: http://localhost:9999,tcp:localhost:8011,tcp:localhost:8012,tcp:localhost:8013,tcp:localhost:8014
1721
- suite: adk-middleware
1822
test_path: tests/adkMiddlewareTests
1923
services: ["dojo","adk-middleware"]
2024
wait_on: http://localhost:9999,tcp:localhost:8010
25+
- suite: agno
26+
test_path: tests/agnoTests
27+
services: ["dojo","agno"]
28+
wait_on: http://localhost:9999,tcp:localhost:8002
29+
- suite: crew-ai
30+
test_path: tests/crewAITests
31+
services: ["dojo","crew-ai"]
32+
wait_on: http://localhost:9999,tcp:localhost:8003
33+
- suite: langgraph-python
34+
test_path: tests/langgraphPythonTests
35+
services: ["dojo","langgraph-platform-python"]
36+
wait_on: http://localhost:9999,tcp:localhost:8005
37+
- suite: langgraph-typescript
38+
test_path: tests/langgraphTypescriptTests
39+
services: ["dojo","langgraph-platform-typescript"]
40+
wait_on: http://localhost:9999,tcp:localhost:8006
41+
- suite: langgraph-fastapi
42+
test_path: tests/langgraphFastAPITests
43+
services: ["dojo","langgraph-fastapi"]
44+
wait_on: http://localhost:9999,tcp:localhost:8004
45+
- suite: llama-index
46+
test_path: tests/llamaIndexTests
47+
services: ["dojo","llama-index"]
48+
wait_on: http://localhost:9999,tcp:localhost:8007
49+
- suite: mastra
50+
test_path: tests/mastraTests
51+
services: ["dojo","mastra"]
52+
wait_on: http://localhost:9999,tcp:localhost:8008
53+
- suite: mastra-agent-local
54+
test_path: tests/mastraAgentLocalTests
55+
services: ["dojo"]
56+
wait_on: http://localhost:9999
57+
- suite: middleware-starter
58+
test_path: tests/middlewareStarterTests
59+
services: ["dojo"]
60+
wait_on: http://localhost:9999
61+
- suite: pydantic-ai
62+
test_path: tests/pydanticAITests
63+
services: ["dojo","pydantic-ai"]
64+
wait_on: http://localhost:9999,tcp:localhost:8009
65+
- suite: server-starter
66+
test_path: tests/serverStarterTests
67+
services: ["dojo","server-starter"]
68+
wait_on: http://localhost:9999,tcp:localhost:8000
69+
- suite: server-starter-all
70+
test_path: tests/serverStarterAllFeaturesTests
71+
services: ["dojo","server-starter-all"]
72+
wait_on: http://localhost:9999,tcp:localhost:8001
2173
# - suite: vercel-ai-sdk
2274
# test_path: tests/vercelAISdkTests
2375
# services: ["dojo"]

0 commit comments

Comments
 (0)