Skip to content

Commit 810d064

Browse files
committed
Log from yml
1 parent 6d9e45b commit 810d064

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/testAndPublish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,9 @@ jobs:
432432
nvdaLauncherDir: ${{ steps.getLauncher.outputs.download-path }}
433433
- name: Download and Install Visual Studio Code
434434
if: ${{ matrix.testSuite == 'vscode' }}
435-
run: choco install -y vscode
435+
run: |
436+
choco install -y vscode
437+
dir "C:\Program Files\Microsoft VS Code" >> $env:GITHUB_STEP_SUMMARY
436438
- name: Run system tests
437439
run: ci/scripts/tests/systemTests.ps1
438440
env:

0 commit comments

Comments
 (0)