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 68d665d commit 88d2f3dCopy full SHA for 88d2f3d
.github/workflows/pull_request.yml
@@ -67,9 +67,6 @@ jobs:
67
windows_env_vars: |
68
CI=1
69
FAST_TEST_RUN=${{ contains(github.event.pull_request.labels.*.name, 'full-test-run') && '0' || '1'}}
70
- VSCODE_SWIFT_VSIX_ID=${{needs.package.outputs.artifact-id}}
71
- VSCODE_SWIFT_VSIX=vscode-swift.vsix
72
- GITHUB_REPOSITORY=${{github.repository}}
73
windows_pre_build_command: .github\workflows\scripts\windows\setup.ps1
74
windows_build_command: scripts\test_windows.ps1
75
enable_windows_docker: false
0 commit comments