diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index 17b771a138..9c5c50c336 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -124,11 +124,11 @@ jobs: # npm run test # if: matrix.os == 'ubuntu-latest' - - name: Run extension tests - run: | - cd extensions/vscode - npm run test - if: matrix.os != 'ubuntu-latest' + # - name: Run extension tests + # run: | + # cd extensions/vscode + # npm run test + # if: matrix.os != 'ubuntu-latest' # 5. Package the extension - name: Package the extension