Skip to content

Commit

Permalink
skip new tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sestinj committed Jul 2, 2024
1 parent dc220cd commit b770863
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b770863

Please sign in to comment.