Skip to content

Commit

Permalink
Change executable path for vscode to match Version 1.19.2 changes
Browse files Browse the repository at this point in the history
Signed-off-by: midays <[email protected]>
  • Loading branch information
midays committed Nov 25, 2024
1 parent 3135458 commit 7e9076f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows-nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
run: |
code --version
node --version
- name: Close All VSCode Instances
shell: powershell
run: |
Expand All @@ -80,7 +81,7 @@ jobs:
working-directory: ./kai-ci-temp/kai-ci
run: |
Copy-Item -Path .env.example -Destination .env
(Get-Content .env) -replace "VSCODE_EXECUTABLE_PATH=.*", "VSCODE_EXECUTABLE_PATH='C:/Users/$env:USERNAME/AppData/Local/Programs/Microsoft VS Code/Code.exe'" | Set-Content .env
(Get-Content .env) -replace "VSCODE_EXECUTABLE_PATH=.*", "VSCODE_EXECUTABLE_PATH='C:/Program Files/Microsoft VS Code/bin/Code.exe'" | Set-Content .env
- name: Run tests
shell: powershell
Expand Down

0 comments on commit 7e9076f

Please sign in to comment.