-
Notifications
You must be signed in to change notification settings - Fork 0
/
.lando.yml
34 lines (34 loc) · 826 Bytes
/
.lando.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: lando-pantheon-workflow
recipe: pantheon
config:
framework: drupal8
env: dev
site: lando-pantheon-workflow
id: 34775439-5546-46a8-936b-5e55dde4b462
events:
post-db-import:
- appserver: "cd $LANDO_MOUNT && composer install"
services:
appserver:
overrides:
services:
environment:
BEHAT_PARAMS: >-
{"extensions" : {"Behat\\MinkExtension" : {"base_url" :
"http://nginx/"}, "Drupal\\DrupalExtension" : {"drush" : {
"root": "/app/web" }}}}
tooling:
phplint:
service: appserver
cmd: /app/vendor/bin/phplint
phpcs:
service: appserver
cmd: /app/vendor/bin/phpcs
phpunit:
service: appserver
cmd: /app/vendor/bin/phpunit
behat:
service: appserver
cmd: /app/vendor/bin/behat
# git:
# service: appserver