Skip to content

Commit f814eea

Browse files
committed
fix base-url
1 parent 0fb49f1 commit f814eea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dojo-e2e.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ jobs:
7474
env:
7575
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
7676
LANGSMITH_API_KEY: ${{ secrets.LANGSMITH_API_KEY }}
77-
BASE_URL: http://localhost:9999
7877
with:
7978
run: |
8079
node ../scripts/run-dojo-everything.js
@@ -94,6 +93,8 @@ jobs:
9493
9594
- name: Run tests
9695
working-directory: typescript-sdk/apps/dojo/e2e
96+
env:
97+
BASE_URL: http://localhost:9999
9798
run: pnpm test
9899

99100
- name: Upload traces

0 commit comments

Comments
 (0)