mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 05:05:15 +08:00
DEV: Reduce plugin system test parallel processors (#21466)
This commit is contained in:
parent
a19027afae
commit
17603794b5
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -201,7 +201,7 @@ jobs:
|
|||
|
||||
- name: Plugin System Tests
|
||||
if: matrix.build_type == 'system' && matrix.target == 'plugins'
|
||||
run: LOAD_PLUGINS=1 PARALLEL_TEST_PROCESSORS=8 bin/turbo_rspec --verbose plugins/*/spec/system
|
||||
run: LOAD_PLUGINS=1 PARALLEL_TEST_PROCESSORS=7 bin/turbo_rspec --verbose plugins/*/spec/system
|
||||
timeout-minutes: 30
|
||||
|
||||
- name: Upload failed system test screenshots
|
||||
|
|
Loading…
Reference in New Issue
Block a user