DEV: Do not run theme QUnit in parallel (#27576)

Running in parallel seems to cause (unexplained so far) timeouts
This commit is contained in:
Jarek Radosz 2024-06-24 01:14:26 +02:00 committed by GitHub
parent 52dc96a441
commit 9adcc4ac91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'