Files
Chess/.github
MSWS df0a15242f ci: Refactor JUnit and Test Results step conditions
- Add `if: always()` condition to "Generate JUnit report" step in CI workflow
- Remove `if: always()` condition from "Publish Test Results" step in CI workflow

[.github/workflows/go.yml]
- Added an explicit condition `if: always()` to the "Generate JUnit report" step.
- Removed the `if: always()` condition from the "Publish Test Results" step.
2025-03-23 13:09:13 -07:00
..