Problem/Motivation
There is no .gitlab-ci.yml configuration file in the project.
"GitLab CI uses .gitlab-ci.yml file in the root of the project to configure testing. If you are familiar with the configuration files for Travis CI, GitHub Actions, or even custom DrupalCI yml files, you will find this quite similar."
Steps to reproduce
Review source code, confirm no .gitlab-ci.yml file is present at project root.
Proposed resolution
Create a file using the template provided in the d.o instructions:
https://www.drupal.org/docs/develop/git/using-gitlab-to-contribute-to-dr...
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork views_linkarea-3403244
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
pilot3 commentedComment #4
raywalters commentedReviewed and can confirm that gitlab-ci.yml file was added and tests are running. There are some phpcs and phpstan warnings that can be addressed in another issue.
Comment #5
raywalters commentedComment #6
agentrickardComment #8
agentrickard