Describe the enhancement you want to request
Restore Windows unit test coverage in .
The repository previously kept Windows tests out of the required baseline because GitHub Hosted Windows runners hit a checkout-time failure caused by repository symlinks. That blocker has now been resolved, so the workflow should add Windows unit jobs back for both and .
The expected behavior is:
- add Windows unit coverage for the existing app and opencode test jobs
- use the same GitHub Hosted Windows runner family already used elsewhere in this repo CI/CD, rather than introducing Blacksmith-specific runners
- keep the current Linux jobs intact
- keep app E2E out of scope for now, since its CI stability issue is separate
- update so the workflow documentation matches the restored Windows coverage
This would bring cross-platform CI closer to the upstream behavior while keeping the migration minimal and aligned with Aether's current workflow conventions.
Describe the enhancement you want to request
Restore Windows unit test coverage in .
The repository previously kept Windows tests out of the required baseline because GitHub Hosted Windows runners hit a checkout-time failure caused by repository symlinks. That blocker has now been resolved, so the workflow should add Windows unit jobs back for both and .
The expected behavior is:
This would bring cross-platform CI closer to the upstream behavior while keeping the migration minimal and aligned with Aether's current workflow conventions.