From fd4a2c4dd6f13ad9512a23709ace6c7eecf8e24b Mon Sep 17 00:00:00 2001 From: Matthew Bastien Date: Wed, 3 Sep 2025 10:34:55 -0400 Subject: [PATCH] add Invoke-Program to Windows pull request CI runs --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index bb31c71c3..2fe92c5d8 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -68,7 +68,7 @@ jobs: VSCODE_SWIFT_VSIX_ID=${{needs.package.outputs.artifact-id}} GITHUB_REPOSITORY=${{github.repository}} windows_pre_build_command: . .github\workflows\scripts\windows\setup.ps1 - windows_build_command: scripts\test_windows.ps1 + windows_build_command: Invoke-Program scripts\test_windows.ps1 enable_windows_docker: false soundness: