mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Only start server once in pipelines
This commit is contained in:
+8
-18
@@ -100,17 +100,12 @@ jobs:
|
||||
- script: |
|
||||
yarn start &
|
||||
sleep 10
|
||||
yarn test-api-chromium --headless --forbid-only
|
||||
displayName: 'Start test server'
|
||||
- script: yarn test-api-chromium --headless --forbid-only
|
||||
displayName: 'Integration tests (Chromium)'
|
||||
- script: |
|
||||
yarn start &
|
||||
sleep 10
|
||||
yarn test-api-firefox --headless --forbid-only
|
||||
- script: yarn test-api-firefox --headless --forbid-only
|
||||
displayName: 'Integration tests (Firefox)'
|
||||
- script: |
|
||||
yarn start &
|
||||
sleep 10
|
||||
yarn test-api-webkit --headless --forbid-only
|
||||
- script: yarn test-api-webkit --headless --forbid-only
|
||||
displayName: 'Integration tests (Webkit)'
|
||||
|
||||
- job: macOS_IntegrationTests
|
||||
@@ -126,17 +121,12 @@ jobs:
|
||||
- script: |
|
||||
yarn start &
|
||||
sleep 10
|
||||
yarn test-api-chromium --headless --forbid-only
|
||||
displayName: 'Start test server'
|
||||
- script: yarn test-api-chromium --headless --forbid-only
|
||||
displayName: 'Integration tests (Chromium)'
|
||||
- script: |
|
||||
yarn start &
|
||||
sleep 10
|
||||
yarn test-api-firfox --headless --forbid-only
|
||||
- script: yarn test-api-firfox --headless --forbid-only
|
||||
displayName: 'Integration tests (Firefox)'
|
||||
- script: |
|
||||
yarn start &
|
||||
sleep 10
|
||||
yarn test-api-webkit --headless --forbid-only
|
||||
- script: yarn test-api-webkit --headless --forbid-only
|
||||
displayName: 'Integration tests (Webkit)'
|
||||
|
||||
- job: Release
|
||||
|
||||
Reference in New Issue
Block a user