Skip to content

Commit d561b67

Browse files
committed
Force install of vsce
1 parent 6c77cb2 commit d561b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
path: test-workspace/hls.log
4343
- name: Package tested extension
4444
if: runner.os == 'Linux'
45-
run: npx vsce package
45+
run: npx --yes vsce package
4646
- name: Upload extension vsix to workflow artifacts
4747
if: runner.os == 'Linux'
4848
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)