Skip to content
This repository was archived by the owner on Jun 4, 2026. It is now read-only.

Commit 144275e

Browse files
committed
Build: Add step to verify prebuild script works
1 parent 668363f commit 144275e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626

27+
- name: Verify Prebuild Script (Pester Tests)
28+
shell: powershell
29+
run: |
30+
Invoke-Pester -Path "UI/tests/prebuild_windows.test.ps1" -Passthru | ForEach-Object { if ($_.FailedCount -gt 0) { exit 1 } }
31+
2732
- name: Install .NET Core
2833
uses: actions/setup-dotnet@v4
2934
with:

0 commit comments

Comments
 (0)