User tests: Successful: Unsuccessful:
Pull Request for Issue # .
This pull request (PR) completes 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.
It adds the plugins/system/webauthn/fido.jwt file to the paths of all jobs depending on the composer job, so the path is always the same for jobs using the cache of the composer job.
Don't ask me why that helps. It might have something to do how GitHub actions, paritularly the actions/cache/restore@v4, handle to check for cache hits or validate the cache.
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
|
||
| Title |
|
||||||
| Status | Pending | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2026-02-08 13:49:36 |
| Closed_By | ⇒ | Hackwar |