mirror of
https://github.com/MSWS/Chess.git
synced 2025-12-05 21:30:23 -08:00
- 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.