Skip to content

Commit c2db02d

Browse files
test: update dojo-e2e workflow
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 81f057c commit c2db02d

File tree

1 file changed

+0
-52
lines changed

1 file changed

+0
-52
lines changed

.github/workflows/dojo-e2e.yml

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -14,62 +14,10 @@ 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
2117
- suite: adk-middleware
2218
test_path: tests/adkMiddlewareTests
2319
services: ["dojo","adk-middleware"]
2420
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
7321
# - suite: vercel-ai-sdk
7422
# test_path: tests/vercelAISdkTests
7523
# services: ["dojo"]

0 commit comments

Comments
 (0)