Skip to content

fix: windows ut pipeline#8592

Open
timmy-wright wants to merge 3 commits into
mainfrom
timmy/windows-ut-pipeline
Open

fix: windows ut pipeline#8592
timmy-wright wants to merge 3 commits into
mainfrom
timmy/windows-ut-pipeline

Conversation

@timmy-wright
Copy link
Copy Markdown
Contributor

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 27, 2026

Test Results

  3 files   10 suites   44s ⏱️
357 tests 337 ✅ 0 💤 20 ❌
360 runs  340 ✅ 0 💤 20 ❌

For more details on these failures, see this check.

Results for commit 79abfe0.

♻️ This comment has been updated with latest results.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Windows unit test GitHub Actions workflow to run Pester tests with structured configuration, generate JUnit/Cobertura artifacts, and publish unit test results back to the PR/checks UI.

Changes:

  • Add explicit job permissions for publishing test results.
  • Switch Pester invocations to New-PesterConfiguration and emit JUnit XML + Cobertura coverage files per test group.
  • Publish the generated JUnit XML results using EnricoMi/publish-unit-test-result-action/windows@v2.

Comment thread .github/workflows/validate-windows-ut.yml
Comment thread .github/workflows/validate-windows-ut.yml
Get-Module -ListAvailable -Name Pester
if (-not (Test-Path test-results)) { New-Item -ItemType Directory -Force test-results | Out-Null }
if (-not (Test-Path coverage)) { New-Item -ItemType Directory -Force coverage | Out-Null }
Install-Module -Name powershell-yaml -Force
@timmy-wright timmy-wright changed the title windows ut pipeline fix: windows ut pipeline May 27, 2026
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