File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ jobs:
263
263
path : test-results
264
264
265
265
chrome_stable_linux :
266
- name : " Chrome Stable"
266
+ name : " Chrome Stable (Linux) "
267
267
strategy :
268
268
fail-fast : false
269
269
runs-on : ubuntu-18.04
@@ -287,7 +287,7 @@ jobs:
287
287
# XVFB-RUN merges both STDOUT and STDERR, whereas we need only STDERR
288
288
# Wrap `npm run` in a subshell to redirect STDERR to file.
289
289
# Enable core dumps in the subshell.
290
- - run : xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- bash -c "ulimit -c unlimited && npx folio test/ --workers=1 --forbid-only --timeout=60000 --global-timeout=5400000 --retries=3 --reporter=dot,json -p video "
290
+ - run : xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- bash -c "ulimit -c unlimited && npx folio test/ --workers=1 --forbid-only --timeout=60000 --global-timeout=5400000 --retries=3 --reporter=dot,json"
291
291
env :
292
292
BROWSER : " chromium"
293
293
PW_CHROMIUM_CHANNEL : " chrome"
You can’t perform that action at this time.
0 commit comments