Skip to content

Commit bd2aa0b

Browse files
wenytang-msCopilot
andcommitted
fix: use npm registry for autotest install
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 15be321 commit bd2aa0b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linuxUI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: vsce package -o vscode-java-dependency.vsix
4646

4747
- name: Setup autotest
48-
run: npm install -g github:wenytang-ms/javaext-autotest
48+
run: npm install -g @vscjava/vscode-autotest
4949

5050
- name: E2E Test (autotest)
5151
run: |

.github/workflows/windowsUI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: vsce package -o vscode-java-dependency.vsix
4646

4747
- name: Setup autotest
48-
run: npm install -g github:wenytang-ms/javaext-autotest
48+
run: npm install -g @vscjava/vscode-autotest
4949

5050
- name: E2E Test (autotest)
5151
run: |

0 commit comments

Comments
 (0)