Skip to content

Commit 88d2f3d

Browse files
committed
Test toggling VSIX
1 parent 68d665d commit 88d2f3d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ jobs:
6767
windows_env_vars: |
6868
CI=1
6969
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}}
7370
windows_pre_build_command: .github\workflows\scripts\windows\setup.ps1
7471
windows_build_command: scripts\test_windows.ps1
7572
enable_windows_docker: false

0 commit comments

Comments
 (0)