solorice/vscodium/extensions/pranaygp.vscode-css-peek-4.2.0/server/node_modules/vscode-html-languageservice/azure-pipelines.yml
2022-04-28 21:17:01 +03:00

27 lines
361 B
YAML

trigger:
- '*'
pr:
- '*'
strategy:
matrix:
linux:
imageName: 'ubuntu-latest'
mac:
imageName: 'macos-latest'
windows:
imageName: 'windows-latest'
pool:
vmImage: $(imageName)
steps:
- task: NodeTool@0
inputs:
versionSpec: '10.x'
displayName: 'Install Node.js'
- bash: |
yarn && yarn test
displayName: Run Tests