Skip to content

Commit ce13e09

Browse files
committed
uh-oh codex stuff
Signed-off-by: Tyler Slaton <[email protected]>
1 parent ae03da1 commit ce13e09

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/dojo-e2e.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,51 +17,51 @@ jobs:
1717
- suite: agno
1818
test_path: tests/agnoTests
1919
services: ["dojo","agno"]
20-
wait_on: ["http://localhost:9999","tcp:localhost:8002"]
20+
wait_on: ["http://127.0.0.1:9999","tcp:127.0.0.1:8002"]
2121
- suite: crew-ai
2222
test_path: tests/crewAITests
2323
services: ["dojo","crew-ai"]
24-
wait_on: ["http://localhost:9999","tcp:localhost:8003"]
24+
wait_on: ["http://127.0.0.1:9999","tcp:127.0.0.1:8003"]
2525
- suite: langgraph
2626
test_path: tests/langgraphTests
2727
services: ["dojo","langgraph-platform-python","langgraph-platform-typescript"]
28-
wait_on: ["http://localhost:9999","tcp:localhost:8005","tcp:localhost:8006"]
28+
wait_on: ["http://127.0.0.1:9999","tcp:127.0.0.1:8005","tcp:127.0.0.1:8006"]
2929
- suite: langgraph-fastapi
3030
test_path: tests/langgraphFastAPITests
3131
services: ["dojo","langgraph-fastapi"]
32-
wait_on: ["http://localhost:9999","tcp:localhost:8004"]
32+
wait_on: ["http://127.0.0.1:9999","tcp:127.0.0.1:8004"]
3333
- suite: llama-index
3434
test_path: tests/llamaIndexTests
3535
services: ["dojo","llama-index"]
36-
wait_on: ["http://localhost:9999","tcp:localhost:8007"]
36+
wait_on: ["http://127.0.0.1:9999","tcp:127.0.0.1:8007"]
3737
- suite: mastra
3838
test_path: tests/mastraTests
3939
services: ["dojo","mastra"]
40-
wait_on: ["http://localhost:9999","tcp:localhost:8008"]
40+
wait_on: ["http://127.0.0.1:9999","tcp:127.0.0.1:8008"]
4141
- suite: mastra-agent-local
4242
test_path: tests/mastraAgentLocalTests
4343
services: ["dojo"]
44-
wait_on: ["http://localhost:9999"]
44+
wait_on: ["http://127.0.0.1:9999"]
4545
- suite: middleware-starter
4646
test_path: tests/middlewareStarterTests
4747
services: ["dojo"]
48-
wait_on: ["http://localhost:9999"]
48+
wait_on: ["http://127.0.0.1:9999"]
4949
- suite: pydantic-ai
5050
test_path: tests/pydanticAITests
5151
services: ["dojo","pydantic-ai"]
52-
wait_on: ["http://localhost:9999","tcp:localhost:8009"]
52+
wait_on: ["http://127.0.0.1:9999","tcp:127.0.0.1:8009"]
5353
- suite: server-starter
5454
test_path: tests/serverStarterTests
5555
services: ["dojo","server-starter"]
56-
wait_on: ["http://localhost:9999","tcp:localhost:8000"]
56+
wait_on: ["http://127.0.0.1:9999","tcp:127.0.0.1:8000"]
5757
- suite: server-starter-all
5858
test_path: tests/serverStarterAllFeaturesTests
5959
services: ["dojo","server-starter-all"]
60-
wait_on: ["http://localhost:9999","tcp:localhost:8001"]
60+
wait_on: ["http://127.0.0.1:9999","tcp:127.0.0.1:8001"]
6161
- suite: vercel-ai-sdk
6262
test_path: tests/vercelAISdkTests
6363
services: ["dojo"]
64-
wait_on: ["http://localhost:9999"]
64+
wait_on: ["http://127.0.0.1:9999"]
6565

6666
steps:
6767
- name: Checkout code
@@ -148,7 +148,7 @@ jobs:
148148
- name: Run tests – ${{ matrix.suite }}
149149
working-directory: typescript-sdk/apps/dojo/e2e
150150
env:
151-
BASE_URL: http://localhost:9999
151+
BASE_URL: http://127.0.0.1:9999
152152
run: |
153153
pnpm test -- ${{ matrix.test_path }}
154154

0 commit comments

Comments
 (0)