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 @@ -262,7 +262,7 @@ jobs:
262
262
path : test-results
263
263
264
264
chrome_stable_linux :
265
- name : " Chrome Stable"
265
+ name : " Chrome Stable (Linux) "
266
266
strategy :
267
267
fail-fast : false
268
268
runs-on : ubuntu-18.04
@@ -286,7 +286,7 @@ jobs:
286
286
# XVFB-RUN merges both STDOUT and STDERR, whereas we need only STDERR
287
287
# Wrap `npm run` in a subshell to redirect STDERR to file.
288
288
# Enable core dumps in the subshell.
289
- - 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 "
289
+ - 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"
290
290
env :
291
291
BROWSER : " chromium"
292
292
PW_CHROMIUM_CHANNEL : " chrome"
You can’t perform that action at this time.
0 commit comments