Closed (fixed)
Project:
Taarikh
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2023 at 10:56 UTC
Updated:
30 Nov 2023 at 12:59 UTC
Jump to comment: Most recent
We should adopt Drupal's default Gitlab CI.
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
hussainwebThere is an error: 'Could not open input file: vendor/bin/phpstan'. This seems to be a problem with how Gitlab CI is configured in templates. There is some information in #3395419: Allow contrib modules to run PHPStan via GitLab CI but it seems that this was overlooked. Possible fix is that we include phpstan as a dev dependency which should be done in a different issue. For now, we are good to ignore this.
Comment #4
hussainwebThe phpunit task is still failing and I'll do this in a follow-up (even phpstan). For now, this is merged.