mirror of
https://github.com/discourse/discourse.git
synced 2026-08-03 09:53:24 -05:00
DEV: Use progress RSpec formatter in CI for non-system jobs (#35803)
GitHub's log viewing UI can't keep up with our 32k output lines from core rspec runs, or the 12k lines from plugin rspec. It seems ok with the 3k from core system specs, so we'll leave that as documentation for easier debugging
This commit is contained in:
@@ -266,11 +266,11 @@ jobs:
|
||||
|
||||
- name: Core RSpec
|
||||
if: matrix.build_type == 'backend' && matrix.target == 'core'
|
||||
run: bin/turbo_rspec --use-runtime-info --verbose --format=documentation --profile=50
|
||||
run: bin/turbo_rspec --use-runtime-info --verbose --format=progress --profile=50
|
||||
|
||||
- name: Plugin RSpec
|
||||
if: matrix.build_type == 'backend' && matrix.target == 'plugins'
|
||||
run: bin/rake plugin:turbo_spec['*','--verbose --format=documentation --use-runtime-info --profile=50']
|
||||
run: bin/rake plugin:turbo_spec['*','--verbose --format=progress --use-runtime-info --profile=50']
|
||||
|
||||
- name: Core QUnit
|
||||
if: matrix.build_type == 'frontend' && matrix.target == 'core'
|
||||
|
||||
Reference in New Issue
Block a user