Add more snapshot tests
This commit is contained in:
parent
680b72bb64
commit
ca8ffc5685
25 changed files with 824 additions and 0 deletions
49
tests/snapshots/configs/drupal-commerce-kickstart.yaml
Normal file
49
tests/snapshots/configs/drupal-commerce-kickstart.yaml
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
name: drupal-commerce-kickstart
|
||||
language: php
|
||||
type: drupal
|
||||
|
||||
web:
|
||||
type: nginx
|
||||
|
||||
database:
|
||||
type: mariadb
|
||||
version: 10
|
||||
|
||||
php:
|
||||
version: 8.1-fpm-bullseye
|
||||
phpcs: false
|
||||
phpstan: false
|
||||
phpunit: false
|
||||
|
||||
drupal:
|
||||
docroot: web
|
||||
|
||||
docker-compose:
|
||||
services:
|
||||
- database
|
||||
- php
|
||||
- web
|
||||
|
||||
dockerfile:
|
||||
stages:
|
||||
build:
|
||||
extra_directories:
|
||||
- config
|
||||
- patches
|
||||
- scripts
|
||||
commands:
|
||||
- composer validate
|
||||
- composer install
|
||||
extensions:
|
||||
install:
|
||||
- bcmath
|
||||
|
||||
git:
|
||||
ignore:
|
||||
- /bin/
|
||||
- /libraries/
|
||||
- /web/profiles/contrib/
|
||||
|
||||
experimental:
|
||||
createGitHubActionsConfiguration: true
|
||||
runGitHooksBeforePush: true
|
||||
37
tests/snapshots/configs/drupal-localgov.yaml
Normal file
37
tests/snapshots/configs/drupal-localgov.yaml
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
name: drupal-localgov
|
||||
language: php
|
||||
type: drupal
|
||||
|
||||
web:
|
||||
type: nginx
|
||||
|
||||
database:
|
||||
type: mariadb
|
||||
version: 10
|
||||
|
||||
php:
|
||||
version: 8.1-fpm-bullseye
|
||||
phpcs: false
|
||||
phpstan: false
|
||||
phpunit: false
|
||||
|
||||
drupal:
|
||||
docroot: web
|
||||
|
||||
docker-compose:
|
||||
services:
|
||||
- database
|
||||
- php
|
||||
- web
|
||||
|
||||
dockerfile:
|
||||
stages:
|
||||
build:
|
||||
commands:
|
||||
- composer validate --strict
|
||||
- composer install
|
||||
extra_directories:
|
||||
- assets
|
||||
|
||||
experimental:
|
||||
useNewDatabaseCredentials: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue