User tests: Successful: Unsuccessful:
Pull Request for Issue # .
This pull request (PR) reverts the changes made with PR #45708 in the .github/workflows/ci.yml file in order to fix the failing CI actions in the 6.1-dev branch and PRs for that branch.
Check if all CI actions succeed.
Currently CI actions depending on the PHP installation step (i.e. the PHPCS and the NPM dependency installation) fail in the 6.1-dev branch and in PRs for that branch, e.g. for the PHPCS step:
/__w/_temp/d6e1aa8e-2272-4c19-b75e-786789bafadf.sh: 1: ./libraries/vendor/bin/php-cs-fixer: not found
And for the NPM dependency installation step:
[Error: ENOENT: no such file or directory, stat '/__w/joomla-cms/joomla-cms/libraries/vendor/php-debugbar/php-debugbar/src/DebugBar/Resources'] {
errno: -2,
code: 'ENOENT',
syscall: 'stat',
path: '/__w/joomla-cms/joomla-cms/libraries/vendor/php-debugbar/php-debugbar/src/DebugBar/Resources'
}
All CI actions succeed.
Please select:
Documentation link for guide.joomla.org:
No documentation changes for guide.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
| Status | New | ⇒ | Pending |
| Category | ⇒ | Repository |
| Labels |
Added:
PR-6.1-dev
|
||
| Status | Pending | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2026-02-08 12:44:36 |
| Closed_By | ⇒ | richard67 |
Hmm, it seems that does not work as system tests are failing, which seems related to my PR.