Skip to content

Commit 87fdbb6

Browse files
committed
Freakin pathing
1 parent b0b9594 commit 87fdbb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dojo-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ jobs:
7171
echo "LANGSMITH_API_KEY=${LANGSMITH_API_KEY}" >> python/ag_ui_langgraph/.env
7272
7373
- name: Run dojo+agents and tests
74-
working-directory: typescript-sdk/apps/dojo
74+
working-directory: typescript-sdk/apps/dojo/e2e2
7575
env:
7676
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
7777
LANGSMITH_API_KEY: ${{ secrets.LANGSMITH_API_KEY }}
7878
run: |
79-
node ./scripts/run-dojo-everything.js &
79+
node ../scripts/run-dojo-everything.js &
8080
npx wait-port 9999
8181
sleep 10
8282
pnpm exec playwright test --reporter=dot

0 commit comments

Comments
 (0)