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 864a6ac commit 464d260Copy full SHA for 464d260
.github/workflows/dojo-e2e.yml
@@ -74,6 +74,7 @@ jobs:
74
env:
75
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
76
LANGSMITH_API_KEY: ${{ secrets.LANGSMITH_API_KEY }}
77
+ BASE_URL: http://localhost:9999
78
run: |
79
node ../scripts/run-dojo-everything.js &
80
npx wait-port 9999
0 commit comments