Skip to content

Commit ab659fd

Browse files
author
Bruno Ribeiro
committed
Remove Start Test Server from pipelines as it now starts in the tests
1 parent 27c8731 commit ab659fd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,6 @@ jobs:
100100
displayName: 'Install Yarn'
101101
- script: yarn --frozen-lockfile
102102
displayName: 'Install dependencies and build'
103-
- script: |
104-
yarn start &
105-
sleep 10
106-
displayName: 'Start test server'
107103
- script: yarn test-api-chromium --headless --forbid-only
108104
displayName: 'Integration tests (Chromium)'
109105
- script: xvfb-run --auto-servernum -- bash -c "yarn test-api-firefox --headless --forbid-only"
@@ -119,10 +115,6 @@ jobs:
119115
displayName: 'Install Node.js'
120116
- script: yarn --frozen-lockfile
121117
displayName: 'Install dependencies and build'
122-
- script: |
123-
yarn start &
124-
sleep 10
125-
displayName: 'Start test server'
126118
- script: yarn test-api-chromium --headless --forbid-only
127119
displayName: 'Integration tests (Chromium)'
128120
- script: yarn test-api-firefox --headless --forbid-only

0 commit comments

Comments
 (0)