File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments