Add more snapshot tests

This commit is contained in:
Oliver Davies 2023-12-15 15:22:28 +00:00
parent 680b72bb64
commit ca8ffc5685
25 changed files with 824 additions and 0 deletions

View 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

View 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