Skip to content

Conversation

@agrare
Copy link
Member

@agrare agrare commented Oct 16, 2025

No description provided.


if [[ "$OSTYPE" == "darwin"* ]]; then
echo $OSTYPE
if [[ "$OSTYPE" != "linux-gnu" ]]; then
Copy link
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