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 f024d5d commit daecd54Copy full SHA for daecd54
.github/workflows/pull_request.yml
@@ -70,6 +70,7 @@ jobs:
70
FAST_TEST_RUN=${{ contains(github.event.pull_request.labels.*.name, 'full-test-run') && '0' || '1'}}
71
VSCODE_SWIFT_VSIX_ID=${{needs.package.outputs.artifact-id}}
72
GITHUB_REPOSITORY=${{github.repository}}
73
+ TEST=1
74
windows_pre_build_command: . .github\workflows\scripts\windows\setup.ps1
75
windows_build_command: Invoke-Program scripts\test_windows.ps1
76
enable_windows_docker: false
0 commit comments