Skip to content

Commit 07abcfc

Browse files
committed
Fix typo in workflow
1 parent a5b6f30 commit 07abcfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Package vsix
5050
run: npm run package
5151
- name: npm install
52-
run: npm run package-install
52+
run: npm run project-install
5353
- name: Run Smoke tests
5454
run: npm run test-smoke
5555
env:

0 commit comments

Comments
 (0)