mirror of
https://github.com/discourse/discourse.git
synced 2025-01-16 06:52:41 +08:00
This reverts commit a78028e54e
.
System tests started to become more unstable
This commit is contained in:
parent
407fa69778
commit
c5a2ac3dec
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -72,7 +72,7 @@ jobs:
|
||||||
- name: Set PARALLEL_TEST_PROCESSORS for system tests
|
- name: Set PARALLEL_TEST_PROCESSORS for system tests
|
||||||
if: matrix.build_type == 'system'
|
if: matrix.build_type == 'system'
|
||||||
run: |
|
run: |
|
||||||
echo "PARALLEL_TEST_PROCESSORS=$(nproc)" >> $GITHUB_ENV
|
echo "PARALLEL_TEST_PROCESSORS=$(($(nproc) / 2))" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Set QUNIT_PARALLEL for QUnit tests
|
- name: Set QUNIT_PARALLEL for QUnit tests
|
||||||
if: matrix.build_type == 'frontend'
|
if: matrix.build_type == 'frontend'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user