eng - ensure node for remote smoke tests (#197509)

end - ensure `node` for remote smoke tests
This commit is contained in:
Benjamin Pasero 2023-11-06 08:21:36 +01:00 committed by GitHub
parent 9aacac6488
commit 14678c041f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,6 +151,10 @@ steps:
- script: yarn gulp compile-extension:markdown-language-features compile-extension-media compile-extension:vscode-test-resolver
displayName: Build extensions for smoke tests
- script: yarn gulp node
displayName: Download node.js for remote smoke tests
retryCountOnTaskFailure: 3
- script: yarn smoketest-no-compile --tracing
timeoutInMinutes: 20
displayName: Run smoke tests (Electron)