Skip to content

[WIP] Add Windows to CI#676

Open
agrare wants to merge 2 commits into
ManageIQ:masterfrom
agrare:windows_ci
Open

[WIP] Add Windows to CI#676
agrare wants to merge 2 commits into
ManageIQ:masterfrom
agrare:windows_ci

Conversation

@agrare

@agrare agrare commented Oct 16, 2025

Copy link
Copy Markdown
Member

No description provided.

Comment thread bin/ci

if [[ "$OSTYPE" == "darwin"* ]]; then
echo $OSTYPE
if [[ "$OSTYPE" != "linux-gnu" ]]; then

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

NOTE I saw something said bash on windows was reported as linux-gnu to I added an echo to see what we get on the windows-latest runners

Before this commit, they were passing as a false positive, hiding any
actual failures. They will now fail as expected.
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