xero_sync-8.x-1.x-dev/drupalci.yml
drupalci.yml
build:
assessment:
validate_codebase:
container_command:
commands:
- 'cd ${SOURCE_DIR}/modules/contrib/commerce_xero && sudo -u www-data curl https://git.drupalcode.org/project/commerce_xero/-/merge_requests/1.patch | git apply -'
# - 'cd ${SOURCE_DIR}/modules/contrib/xero && sudo -u www-data curl https://www.drupal.org/files/issues/2020-10-11/3176101-9_0.patch | git apply -'
phplint:
csslint:
eslint:
phpcs:
sniff-all-files: false
halt-on-fail: false
phpstan:
halt-on-fail: false
testing:
run_tests.standard:
types: 'PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
suppress-deprecations: false
nightwatchjs:
