Skip to content

Commit 1a3a0d4

Browse files
authored
test: update npm packages which are not used for UI Test (#10380)
1 parent fdd847b commit 1a3a0d4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ui-test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,11 @@ jobs:
273273
New-Item -Path $certfolder -ItemType Directory
274274
Start-Process powershell -verb RunAs -ArgumentList $filePath -wait
275275
276+
- name: Update npm packages for UI Test
277+
working-directory: packages/tests
278+
run: |
279+
npm install @microsoft/teamsfx-core@latest @microsoft/teamsfx-api@latest @microsoft/teamsapp-cli@latest
280+
276281
- name: Install npm packages
277282
working-directory: packages/tests
278283
run: |

0 commit comments

Comments
 (0)