We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd0a76 commit bc04155Copy full SHA for bc04155
.github/workflows/pull_request.yml
@@ -68,7 +68,7 @@ jobs:
68
VSCODE_SWIFT_VSIX_ID=${{needs.package.outputs.artifact-id}}
69
GITHUB_REPOSITORY=${{github.repository}}
70
windows_pre_build_command: . .github\workflows\scripts\windows\setup.ps1
71
- windows_build_command: scripts\test_windows.ps1
+ windows_build_command: Invoke-Program scripts\test_windows.ps1
72
enable_windows_docker: false
73
74
soundness:
0 commit comments