Problem/Motivation
We should adopt Drupal's default Gitlab CI.
Issue fork taarikh-3401816
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
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.