wordpress-develop/.github/workflows
Jonathan Desrosiers f2b56883f0 Build/Test Tools: Disable fail-fast for PHPUnit testing.
In GitHub Actions, there is a `fail-fast` option that will cancel all incomplete jobs within a workflow as soon as one failure is encountered. This defaults to `true`.

This is great for alerting you of a failure faster, but does not give you the full picture of what is failing. For example, it’s possible that there is a failing test on 2 versions of PHP, but not others. If `fail-fast` is enabled, it’s impossible to know this.

Even with `fail-fast` disabled, the workflow will still report a failure if one or more jobs produce a failing result.

Props johbillion, jorbin.
Fixes #52612.

git-svn-id: https://develop.svn.wordpress.org/trunk@50435 602fd350-edb4-49c9-b593-d223f7449a82
2021-02-25 14:03:16 +00:00
..
coding-standards.yml Build/Test Tools: Limit when GitHub Action workflows run on pull_request. 2021-02-24 19:34:41 +00:00
end-to-end-tests.yml Build/Test Tools: Limit when GitHub Action workflows run on pull_request. 2021-02-24 19:34:41 +00:00
javascript-tests.yml Build/Test Tools: Limit when GitHub Action workflows run on pull_request. 2021-02-24 19:34:41 +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: Disable fail-fast for PHPUnit testing. 2021-02-25 14:03:16 +00:00
test-coverage.yml Build/Test Tools: Update actions within test workflows to the latest versions. 2021-02-18 18:45:23 +00:00
verify-npm-on-windows.yml Build/Test Tools: Limit when GitHub Action workflows run on pull_request. 2021-02-24 19:34:41 +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