Closed (fixed)
Project:
Job Scheduler
Version:
4.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2024 at 15:30 UTC
Updated:
19 May 2024 at 08:29 UTC
Jump to comment: Most recent
Drupal.org now has a Gitlab CI template for automatically unit tests, coding standards tests, phpstan, and cspell.
Simply adding the template file to the project will start a suite of automated tests.
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
ptmkenny commentedComment #4
intrafusionComment #6
ptmkenny commentedThanks for merging this. But I just realized it was merged to the 3.x branch (default target), but it should've been merged to the 4.x branch as well. So I opened a new MR, gitlab-ci-4, to add the template to the 4.x branch.
Comment #7
intrafusion