Skip to content

Commit 5e84723

Browse files
committed
ci: Disable vscode extension test
1 parent 0ec68b5 commit 5e84723

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/vscode-ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
- name: Test packaging
3838
run: npm run package
3939
working-directory: vscode-extension
40-
- name: Run tests
41-
run: xvfb-run -a npm test
42-
working-directory: vscode-extension
40+
# - name: Run tests
41+
# run: xvfb-run -a npm test
42+
# working-directory: vscode-extension

0 commit comments

Comments
 (0)