Tweak windows server start

This commit is contained in:
Daniel Imms
2020-02-15 07:05:20 -08:00
parent eb82346ce7
commit 83794c433f
+4 -2
View File
@@ -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)'