We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b9594 commit 87fdbb6Copy full SHA for 87fdbb6
.github/workflows/dojo-e2e.yml
@@ -71,12 +71,12 @@ jobs:
71
echo "LANGSMITH_API_KEY=${LANGSMITH_API_KEY}" >> python/ag_ui_langgraph/.env
72
73
- name: Run dojo+agents and tests
74
- working-directory: typescript-sdk/apps/dojo
+ working-directory: typescript-sdk/apps/dojo/e2e2
75
env:
76
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
77
LANGSMITH_API_KEY: ${{ secrets.LANGSMITH_API_KEY }}
78
run: |
79
- node ./scripts/run-dojo-everything.js &
+ node ../scripts/run-dojo-everything.js &
80
npx wait-port 9999
81
sleep 10
82
pnpm exec playwright test --reporter=dot
0 commit comments