first commit

This commit is contained in:
2024-07-15 12:33:27 +02:00
commit ce50ae282b
22084 changed files with 2623791 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# See docs at https://www.drupal.org/drupalorg/docs/drupal-ci/customizing-drupalci-testing-for-projects
build:
assessment:
validate_codebase: { }
# Remove all validation and standards checking from drupal.org CI as this
# is now covered by jobs running on Drupalspoons.
# https://gitlab.com/drupalspoons/devel/-/pipelines
testing:
run_tests.standard:
types: 'PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
suppress-deprecations: true
run_tests.js:
types: 'PHPUnit-FunctionalJavascript'
suppress-deprecations: true
concurrency: 1
halt-on-fail: false