When GitLab CI runs the phpunit job, the log contains errors like the following one.
Unable to install modules: module 'user_restrictions' is incompatible with this version of Drupal core.
That is because GitLab CI uses Drupal 11, while the module requires either Drupal 9 or Drupal 10.
In the .gitlab-ci.yml file, explicitly set the DRUPAL_CORE
variable to "10.5.3"
.
Fixed
2.0
Miscellaneous
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.