Problem/Motivation
Branch tests are failing for 1.0.x: https://www.drupal.org/pift-ci-job/2473687.
Setting to critical per Critical Bugs.
Proposed resolution
Fix tests
Remaining tasks
MR with passing tests
User interface changes
None
API changes
None
Data model changes
None
Issue fork ckeditor-3311028
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
chris burge commentedIt looks like it'll be necessary to add a composer.json file: Add a composer.json file:
Comment #4
wim leersThat's not true — see for example https://git.drupalcode.org/project/quickedit/-/commit/00a8710d0796286626... which installed a contrib module too, without adding a
composer.jsonfile.The difference here is that it's a theme, that's not being installed explicitly.
Comment #5
wim leersThis has more progress in #3311367: Fix "Unknown themes: classy" error in the tests, so closing this as a duplicate. No worries; will credit you there! :)