Skip to content

Commit e8b0fde

Browse files
wenytang-msCopilot
andcommitted
ci: unpin autotest CLI version, install latest
npm pulls latest by default. Pinning to ^0.7.0 blocked CI until 0.7.0 publishes, which gives a poor migration story for clickInWebview rollout. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 45b5ea5 commit e8b0fde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-autotest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
java-version: 21
131131

132132
- name: Install autotest CLI
133-
run: npm install -g @vscjava/vscode-autotest@^0.7.0
133+
run: npm install -g @vscjava/vscode-autotest
134134

135135
- name: Download PR VSIX (vscode-java-pack from branch)
136136
if: ${{ github.event_name == 'pull_request' }}
@@ -234,7 +234,7 @@ jobs:
234234
node-version: 20
235235

236236
- name: Install autotest CLI
237-
run: npm install -g @vscjava/vscode-autotest@^0.7.0
237+
run: npm install -g @vscjava/vscode-autotest
238238

239239
- name: Download all results
240240
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)