mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 11:23:25 +08:00
DEV: Do not run theme QUnit in parallel (#27576)
Running in parallel seems to cause (unexplained so far) timeouts
This commit is contained in:
parent
52dc96a441
commit
9adcc4ac91
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -237,8 +237,8 @@ jobs:
|
|||
|
||||
- name: Theme QUnit
|
||||
if: matrix.build_type == 'frontend' && matrix.target == 'themes'
|
||||
run: DISCOURSE_DEV_DB=discourse_test QUNIT_PARALLEL=3 bin/rake themes:qunit_all_official
|
||||
timeout-minutes: 15
|
||||
run: DISCOURSE_DEV_DB=discourse_test bin/rake themes:qunit_all_official
|
||||
timeout-minutes: 10
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: always() && matrix.build_type == 'frontend' && matrix.target == 'plugins'
|
||||
|
|
Loading…
Reference in New Issue
Block a user