Problem Statement
scripts/load_test.ps1 exists but no Windows runner exercises it.
Why it matters
Cross-platform reliability is a CI responsibility, not an assumption.
Technical Context
Add windows-latest matrix entry to nightly-security-audit.yml.
Expected Outcome
Nightly smoke test runs on Windows.
Acceptance Criteria
- Job runs pwsh.
- Script failures fail the workflow.
- Logs archived.
- README note.
Implementation Notes
Add matrix entry.
Files or modules likely to be affected
.github/workflows/nightly-security-audit.yml, scripts/load_test.ps1.
Dependencies
None.
Difficulty level
MEDIUM.
Estimated effort
S (~1 day).
Problem Statement
scripts/load_test.ps1exists but no Windows runner exercises it.Why it matters
Cross-platform reliability is a CI responsibility, not an assumption.
Technical Context
Add
windows-latestmatrix entry tonightly-security-audit.yml.Expected Outcome
Nightly smoke test runs on Windows.
Acceptance Criteria
Implementation Notes
Add matrix entry.
Files or modules likely to be affected
.github/workflows/nightly-security-audit.yml,
scripts/load_test.ps1.Dependencies
None.
Difficulty level
MEDIUM.
Estimated effort
S (~1 day).