@@ -19,11 +19,12 @@ branches:
1919 only :
2020 - master
2121 - rnmobile/master
22- - rnmobile/releases
22+ - / rnmobile\/release.*/
2323 - /wp\/.*/
2424
2525env :
2626 global :
27+ - PUPPETEER_SKIP_CHROMIUM_DOWNLOAD : true
2728 - WP_DEVELOP_DIR : ./wordpress
2829 - LOCAL_SCRIPT_DEBUG : false
2930 - INSTALL_COMPOSER : false
@@ -161,49 +162,49 @@ jobs:
161162 - npm run test-php && npm run test-unit-php-multisite
162163
163164 - name : E2E tests (Admin) (1/4)
164- env : FORCE_REDUCED_MOTION=true
165+ env : FORCE_REDUCED_MOTION=true PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=
165166 script :
166167 - $( npm bin )/wp-scripts test-e2e --config=./packages/e2e-tests/jest.config.js --listTests > ~/.jest-e2e-tests
167168 - $( npm bin )/wp-scripts test-e2e --config=./packages/e2e-tests/jest.config.js --cacheDirectory="$HOME/.jest-cache" --runTestsByPath $( awk 'NR % 4 == 0' < ~/.jest-e2e-tests )
168169
169170 - name : E2E tests (Admin) (2/4)
170- env : FORCE_REDUCED_MOTION=true
171+ env : FORCE_REDUCED_MOTION=true PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=
171172 script :
172173 - $( npm bin )/wp-scripts test-e2e --config=./packages/e2e-tests/jest.config.js --listTests > ~/.jest-e2e-tests
173174 - $( npm bin )/wp-scripts test-e2e --config=./packages/e2e-tests/jest.config.js --cacheDirectory="$HOME/.jest-cache" --runTestsByPath $( awk 'NR % 4 == 1' < ~/.jest-e2e-tests )
174175
175176 - name : E2E tests (Admin) (3/4)
176- env : FORCE_REDUCED_MOTION=true
177+ env : FORCE_REDUCED_MOTION=true PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=
177178 script :
178179 - $( npm bin )/wp-scripts test-e2e --config=./packages/e2e-tests/jest.config.js --listTests > ~/.jest-e2e-tests
179180 - $( npm bin )/wp-scripts test-e2e --config=./packages/e2e-tests/jest.config.js --cacheDirectory="$HOME/.jest-cache" --runTestsByPath $( awk 'NR % 4 == 2' < ~/.jest-e2e-tests )
180181
181182 - name : E2E tests (Admin) (4/4)
182- env : FORCE_REDUCED_MOTION=true
183+ env : FORCE_REDUCED_MOTION=true PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=
183184 script :
184185 - $( npm bin )/wp-scripts test-e2e --config=./packages/e2e-tests/jest.config.js --listTests > ~/.jest-e2e-tests
185186 - $( npm bin )/wp-scripts test-e2e --config=./packages/e2e-tests/jest.config.js --cacheDirectory="$HOME/.jest-cache" --runTestsByPath $( awk 'NR % 4 == 3' < ~/.jest-e2e-tests )
186187
187188 - name : E2E tests (Author) (1/4)
188- env : E2E_ROLE=author FORCE_REDUCED_MOTION=true
189+ env : E2E_ROLE=author FORCE_REDUCED_MOTION=true PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=
189190 script :
190191 - $( npm bin )/wp-scripts test-e2e --config=./packages/e2e-tests/jest.config.js --listTests > ~/.jest-e2e-tests
191192 - $( npm bin )/wp-scripts test-e2e --config=./packages/e2e-tests/jest.config.js --cacheDirectory="$HOME/.jest-cache" --runTestsByPath $( awk 'NR % 4 == 0' < ~/.jest-e2e-tests )
192193
193194 - name : E2E tests (Author) (2/4)
194- env : E2E_ROLE=author FORCE_REDUCED_MOTION=true
195+ env : E2E_ROLE=author FORCE_REDUCED_MOTION=true PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=
195196 script :
196197 - $( npm bin )/wp-scripts test-e2e --config=./packages/e2e-tests/jest.config.js --listTests > ~/.jest-e2e-tests
197198 - $( npm bin )/wp-scripts test-e2e --config=./packages/e2e-tests/jest.config.js --cacheDirectory="$HOME/.jest-cache" --runTestsByPath $( awk 'NR % 4 == 1' < ~/.jest-e2e-tests )
198199
199200 - name : E2E tests (Author) (3/4)
200- env : E2E_ROLE=author FORCE_REDUCED_MOTION=true
201+ env : E2E_ROLE=author FORCE_REDUCED_MOTION=true PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=
201202 script :
202203 - $( npm bin )/wp-scripts test-e2e --config=./packages/e2e-tests/jest.config.js --listTests > ~/.jest-e2e-tests
203204 - $( npm bin )/wp-scripts test-e2e --config=./packages/e2e-tests/jest.config.js --cacheDirectory="$HOME/.jest-cache" --runTestsByPath $( awk 'NR % 4 == 2' < ~/.jest-e2e-tests )
204205
205206 - name : E2E tests (Author) (4/4)
206- env : E2E_ROLE=author FORCE_REDUCED_MOTION=true
207+ env : E2E_ROLE=author FORCE_REDUCED_MOTION=true PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=
207208 script :
208209 - $( npm bin )/wp-scripts test-e2e --config=./packages/e2e-tests/jest.config.js --listTests > ~/.jest-e2e-tests
209210 - $( npm bin )/wp-scripts test-e2e --config=./packages/e2e-tests/jest.config.js --cacheDirectory="$HOME/.jest-cache" --runTestsByPath $( awk 'NR % 4 == 3' < ~/.jest-e2e-tests )
0 commit comments