Skip to content

Commit 66229e7

Browse files
committed
Sandbox CI: Fix incorrect file name
1 parent 94956d3 commit 66229e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sandbox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
2222
LLM_CHAT_MODEL: ${{ matrix.model }}
2323

24-
- run: ./chat-llm.js tests/en/anary-multi-turn.txt
24+
- run: ./chat-llm.js tests/en/canary-multi-turn.txt
2525
env:
2626
LLM_API_BASE_URL: https://openrouter.ai/api/v1
2727
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}

0 commit comments

Comments
 (0)