Skip to content

Fix GitHub Actions for Windows - #38

Merged
phaller merged 1 commit into
phaller:mainfrom
jspenger:fix-actions-windows
Jun 2, 2026
Merged

Fix GitHub Actions for Windows#38
phaller merged 1 commit into
phaller:mainfrom
jspenger:fix-actions-windows

Conversation

@jspenger

Copy link
Copy Markdown
Contributor

This PR fixes an issue with Windows not failing on GitHub Actions even though some of the test cases fail.

I noticed this issue sometime last week. To demonstrate it, I added a failing test case testAlwaysFail with assert(false). All GitHub Actions runs fail except for Windows: https://github.com/jspenger/spores3/actions/runs/24459027889. This is fixed by this PR: https://github.com/jspenger/spores3/actions/runs/24460187815.

(Also adds JDK 25.)

Fail actions on Windows if there are failed tests
Add JDK 25 to matrix
@phaller
phaller merged commit 64207b7 into phaller:main Jun 2, 2026
7 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.

2 participants