Skip to content

fix(reusables): force shell: bash for windows-runner compatibility#253

Merged
CybotTM merged 1 commit into
mainfrom
fix/reusable-shell-bash
Jul 21, 2026
Merged

fix(reusables): force shell: bash for windows-runner compatibility#253
CybotTM merged 1 commit into
mainfrom
fix/reusable-shell-bash

Conversation

@CybotTM

@CybotTM CybotTM commented Jul 21, 2026

Copy link
Copy Markdown
Member

python-ci.yml / node-test.yml / node-build.yml use bash syntax (case validation, bash -c command routing) that ParserErrors or silently no-ops under PowerShell on windows-latest. Adds defaults.run.shell: bash. Fixes windows os-matrix cells — coding_agent_cli_toolset's main CI has been red on windows since the uv/package-manager change (#244).

python-ci.yml, node-test.yml, node-build.yml use bash syntax (case
validation, bash -c command routing). On windows-latest the default shell
is PowerShell, so these ParserError / silently no-op. Set defaults.run.shell
to bash. Fixes windows matrix cells (e.g. coding_agent_cli_toolset's
os-matrix, red on main since the uv/package-manager change).

Signed-off-by: Sebastian Mendel <sebastian.mendel@netresearch.de>
Copilot AI review requested due to automatic review settings July 21, 2026 06:18
@gemini-code-assist

Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@sonarqubecloud

Copy link
Copy Markdown

@CybotTM
CybotTM merged commit 93fb944 into main Jul 21, 2026
10 of 11 checks passed
@CybotTM
CybotTM deleted the fix/reusable-shell-bash branch July 21, 2026 06:19

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants