mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-08-22 23:25:28 +00:00
The `tmux-testing` and `verify` jobs run inside a `node:22-bookworm` container where `/bin/sh` is dash. Steps using `set -o pipefail` (a bashism) fail with "Illegal option -o pipefail" because the default shell for `run:` steps is `sh`. Add `defaults: run: shell: bash` to both container jobs so all steps consistently use bash, matching the non-container jobs that already specify `shell: 'bash'` on individual steps. Co-authored-by: qwen-code-dev-bot <qwen-code-dev-bot@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| actions/post-coverage-comment | ||
| assets/worktree-toggle | ||
| ISSUE_TEMPLATE | ||
| scripts | ||
| workflows | ||
| actionlint.yaml | ||
| CODEOWNERS | ||
| dependabot.yml | ||
| pull_request_template.md | ||
| release.yml | ||