ci: remove PHPUnit, PHPStan and PHPCS
Remove these checks as there are no custom modules.
This commit is contained in:
parent
a96d506f04
commit
dda036f9b1
5 changed files with 3 additions and 106 deletions
13
build.yaml
13
build.yaml
|
@ -11,16 +11,9 @@ database:
|
|||
|
||||
php:
|
||||
version: 8.1-fpm-bullseye
|
||||
phpcs:
|
||||
paths:
|
||||
- web/modules/custom
|
||||
standards:
|
||||
- Drupal
|
||||
- DrupalPractice
|
||||
phpstan:
|
||||
level: max
|
||||
paths:
|
||||
- web/modules/custom
|
||||
phpcs: false
|
||||
phpstan: false
|
||||
phpunit: false
|
||||
|
||||
drupal:
|
||||
docroot: web
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue