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 fe4009e commit 669dcb9Copy full SHA for 669dcb9
.github/workflows/dojo-e2e.yml
@@ -72,6 +72,9 @@ jobs:
72
73
- name: Run dojo+agents and tests
74
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 &
80
npx wait-port 9999
0 commit comments