wordpress-develop/.github/workflows
Jonathan Desrosiers 28061cb869 Build/Test Tools: Ensure PHPCS related workflows are properly marked as failed.
When a ruleset error is encountered during a PHPCodeSniffer scan, an XML report is not generated and `cs2pr` will exit with a `0`.

In this situation, a workflow run will be marked as passing (even though a failure has occurred) due to the presence of `continue-on-error`.

This adjusts the logic in the Coding Standards and PHP Compatibility workflows to remove the need for the `continue-on-error` option and ensures all failures are accurately reflected within the GitHub Actions UI.

Follow up to [54371].

Props jrf, TobiasBg.
See #55652.

git-svn-id: https://develop.svn.wordpress.org/trunk@54678 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-24 16:47:15 +00:00
..
coding-standards.yml Build/Test Tools: Ensure PHPCS related workflows are properly marked as failed. 2022-10-24 16:47:15 +00:00
end-to-end-tests.yml Build/Test Tools: Hardcode the ref for the workflow dispatch on failure. 2022-10-24 15:18:37 +00:00
failed-workflow.yml Build/Test Tools: Update third-party GitHub Actions. 2022-10-13 17:49:07 +00:00
javascript-tests.yml Build/Test Tools: Hardcode the ref for the workflow dispatch on failure. 2022-10-24 15:18:37 +00:00
php-compatibility.yml Build/Test Tools: Ensure PHPCS related workflows are properly marked as failed. 2022-10-24 16:47:15 +00:00
phpunit-tests.yml Build/Test Tools: Hardcode the ref for the workflow dispatch on failure. 2022-10-24 15:18:37 +00:00
slack-notifications.yml Build/Test Tools: Remove use of set-output in Action workflows. 2022-10-19 18:10:43 +00:00
test-coverage.yml Build/Test Tools: Hardcode the ref for the workflow dispatch on failure. 2022-10-24 15:18:37 +00:00
test-npm.yml Build/Test Tools: Hardcode the ref for the workflow dispatch on failure. 2022-10-24 15:18:37 +00:00
test-old-branches.yml Trunk is now 6.2 alpha. 2022-10-18 20:03:57 +00:00
welcome-new-contributors.yml Build/Test Tools: Update third-party welcome Action. 2022-10-19 18:26:29 +00:00