Skip to content

Fix tests under windows-latest CI runner #129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 15, 2025
Merged

Conversation

jacobdeichert
Copy link
Owner

Which issue does this fix?

Fixes a new issue where the windows-latest GH Action runner fails to run a bash test case. I have no idea why this is now failing... this job has been running this test suite for years without issue.

Screenshot 2025-07-14 at 7 27 23 PM

Describe the solution

  • Added a powershell code block to one test so windows CI will run that instead
  • Migrated 2 other problematic tests to be parser tests instead of runtime checks

I have no idea why this just started failing under GitHub Action's windows-latest runner. It has been working fine for years as far as I can tell... running the bash command as is.

In the other tests I include powershell, so doing that here makes sense and will prevent the issue.
Makes more sense as a parser test.
@jacobdeichert jacobdeichert changed the title Fix windows CI tests Fix tests under windows-latest CI runner Jul 15, 2025
@jacobdeichert jacobdeichert merged commit bb2648b into master Jul 15, 2025
14 checks passed
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.

1 participant