mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Terminal Bench Integration Test (#521)
* integrate terminal bench * fix ci * add ci * fix ci * fix ci * parallel ci * handle timeout * fix lint * trigger
This commit is contained in:
15
integration-tests/terminal-bench/qwen-code-setup.sh.j2
Normal file
15
integration-tests/terminal-bench/qwen-code-setup.sh.j2
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
set -x
|
||||
apt-get update
|
||||
apt-get install -y curl
|
||||
|
||||
# Install npm, nvm, and node (using same pattern as Claude Code)
|
||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash
|
||||
source "$HOME/.nvm/nvm.sh"
|
||||
nvm install 22
|
||||
npm -v
|
||||
|
||||
# Install Qwen Code
|
||||
npm install -g @qwen-code/qwen-code@{{ version }}
|
||||
|
||||
qwen -v
|
||||
Reference in New Issue
Block a user