File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -70,16 +70,17 @@ jobs:
7070 echo "OPENAI_API_KEY=${OPENAI_API_KEY}" > python/ag_ui_langgraph/.env
7171 echo "LANGSMITH_API_KEY=${LANGSMITH_API_KEY}" >> python/ag_ui_langgraph/.env
7272
73- - name : Run dojo and agents
73+ - name : Run dojo+agents and tests
7474 working-directory : typescript-sdk/apps/dojo
7575 env :
7676 OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
7777 LANGSMITH_API_KEY : ${{ secrets.LANGSMITH_API_KEY }}
78- run : node ./scripts/run-dojo-everything.js &
78+ run : |
79+ node ./scripts/run-dojo-everything.js &
80+ npx wait-port 9999
81+ sleep 10
82+ pnpm exec playwright test --reporter=dot
7983
80- - name : Run tests
81- working-directory : typescript-sdk/apps/dojo/e2e2
82- run : npx wait-port 9999 && sleep 10 && pnpm exec playwright test --reporter=dot
8384
8485 - name : Upload traces
8586 if : always() # Uploads artifacts even if tests fail
You can’t perform that action at this time.
0 commit comments