Skip to content

Commit bc04155

Browse files
add Invoke-Program to Windows pull request CI runs (#1820)
1 parent bcd0a76 commit bc04155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
VSCODE_SWIFT_VSIX_ID=${{needs.package.outputs.artifact-id}}
6969
GITHUB_REPOSITORY=${{github.repository}}
7070
windows_pre_build_command: . .github\workflows\scripts\windows\setup.ps1
71-
windows_build_command: scripts\test_windows.ps1
71+
windows_build_command: Invoke-Program scripts\test_windows.ps1
7272
enable_windows_docker: false
7373

7474
soundness:

0 commit comments

Comments
 (0)