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 6d9e45b commit 810d064Copy full SHA for 810d064
.github/workflows/testAndPublish.yml
@@ -432,7 +432,9 @@ jobs:
432
nvdaLauncherDir: ${{ steps.getLauncher.outputs.download-path }}
433
- name: Download and Install Visual Studio Code
434
if: ${{ matrix.testSuite == 'vscode' }}
435
- run: choco install -y vscode
+ run: |
436
+ choco install -y vscode
437
+ dir "C:\Program Files\Microsoft VS Code" >> $env:GITHUB_STEP_SUMMARY
438
- name: Run system tests
439
run: ci/scripts/tests/systemTests.ps1
440
env:
0 commit comments