Skip to content

Commit 1870787

Browse files
committed
skip extension tests
1 parent ff57b00 commit 1870787

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/preview.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ jobs:
124124
# npm run test
125125
# if: matrix.os == 'ubuntu-latest'
126126

127-
- name: Run extension tests
128-
run: |
129-
cd extensions/vscode
130-
npm run test
131-
if: matrix.os != 'ubuntu-latest'
127+
# - name: Run extension tests
128+
# run: |
129+
# cd extensions/vscode
130+
# npm run test
131+
# if: matrix.os != 'ubuntu-latest'
132132

133133
# 5. Package the extension
134134
- name: Package the extension

0 commit comments

Comments
 (0)