mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Tweak windows server start
This commit is contained in:
+4
-2
@@ -119,8 +119,10 @@ jobs:
|
||||
- script: yarn --frozen-lockfile
|
||||
displayName: 'Install dependencies and build'
|
||||
- script: |
|
||||
yarn start &
|
||||
sleep 10
|
||||
Start-Job -ScriptBlock {
|
||||
& yarn start
|
||||
}
|
||||
Start-Sleep -s 10
|
||||
displayName: 'Start test server'
|
||||
- script: yarn test-api-chromium --headless --forbid-only
|
||||
displayName: 'Integration tests (Chromium)'
|
||||
|
||||
Reference in New Issue
Block a user