We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc3524 commit 70d92b5Copy full SHA for 70d92b5
1 file changed
.github/workflows/mantis-slack-desktop-smoke.yml
@@ -164,7 +164,8 @@ jobs:
164
go build -C "$install_dir/src" -o "$HOME/.local/bin/crabbox" ./cmd/crabbox
165
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
166
"$HOME/.local/bin/crabbox" --version
167
- "$HOME/.local/bin/crabbox" warmup --help 2>&1 | grep -q -- "-desktop"
+ "$HOME/.local/bin/crabbox" warmup --help > "$install_dir/warmup-help.txt" 2>&1
168
+ grep -q -- "-desktop" "$install_dir/warmup-help.txt"
169
"$HOME/.local/bin/crabbox" media preview --help >/dev/null
170
171
- name: Prepare candidate worktree
0 commit comments