wordpress-develop/.github/workflows
John Blackbourn d59c227764 Build/Test Tools: Split the PHPUnit tests for PHP versions below 7.0 in half, allowing them to run in parallel and reduce the overall test run duration on GitHub Actions.
The `external-http`, `media`, and `restapi` groups combined take roughly the same time as all the other tests combined. Splitting the test run in two speeds up the PHP 5.6 test runs which are the slowest by quite a margin. The net reduction in duration is only seen on PHP versions older than 7.0 where the reduction is greater than the time taken for the job to be set up.

Props peterwilsoncc, desrosj, johnbillion

Special shout out to manzoorwanijk whose article about running steps in parallel started me down this path.

Fixes #52645


git-svn-id: https://develop.svn.wordpress.org/trunk@50444 602fd350-edb4-49c9-b593-d223f7449a82
2021-02-26 15:07:03 +00:00
..
coding-standards.yml Build/Test Tools: Prevent the NPM/Composer caches in GitHub Actions from snowballing. 2021-02-25 20:47:28 +00:00
end-to-end-tests.yml Build/Test Tools: Prevent the NPM/Composer caches in GitHub Actions from snowballing. 2021-02-25 20:47:28 +00:00
javascript-tests.yml Build/Test Tools: Prevent the NPM/Composer caches in GitHub Actions from snowballing. 2021-02-25 20:47:28 +00:00
php-compatibility.yml Build/Test Tools: Limit when GitHub Action workflows run on pull_request. 2021-02-24 19:34:41 +00:00
phpunit-tests.yml Build/Test Tools: Split the PHPUnit tests for PHP versions below 7.0 in half, allowing them to run in parallel and reduce the overall test run duration on GitHub Actions. 2021-02-26 15:07:03 +00:00
test-coverage.yml Build/Test Tools: Switch back to running the PHPUnit test suite against the src directory instead of build. 2021-02-26 14:07:53 +00:00
verify-npm-on-windows.yml Build/Test Tools: Prevent the NPM/Composer caches in GitHub Actions from snowballing. 2021-02-25 20:47:28 +00:00
welcome-new-contributors.yml Build/Test Tools: Disable GitHub Action workflow runs triggered on push for forks and mirrors. 2020-12-09 20:05:01 +00:00