parallel ci

This commit is contained in:
Yiheng Xu
2025-09-05 15:49:45 +08:00
parent e29a26e880
commit 6b394bd61d
8 changed files with 364 additions and 189 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
set -x
apt-get update
apt-get install -y curl
@@ -9,4 +10,6 @@ nvm install 22
npm -v
# Install Qwen Code
npm install -g @qwen-code/qwen-code@{{ version }}
npm install -g @qwen-code/qwen-code@{{ version }}
qwen -v