ci(qa): fix Crabbox desktop flag guard · openclaw/openclaw@3a8ea14
steipete
·
2026-05-04
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -271,7 +271,7 @@ jobs:
|
271 | 271 | go build -C "$install_dir/src" -o "$HOME/.local/bin/crabbox" ./cmd/crabbox |
272 | 272 | echo "$HOME/.local/bin" >> "$GITHUB_PATH" |
273 | 273 | "$HOME/.local/bin/crabbox" --version |
274 | | - "$HOME/.local/bin/crabbox" warmup --help 2>&1 | grep -q -- "--desktop" |
| 274 | + "$HOME/.local/bin/crabbox" warmup --help 2>&1 | grep -q -- "-desktop" |
275 | 275 | |
276 | 276 | - name: Prepare baseline and candidate worktrees |
277 | 277 | shell: bash |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。