Skip to content

Commit

Permalink
Issue #3247601 by wengerk: DrupalCI - Install of Symfony/MIME when no…
Browse files Browse the repository at this point in the history
…t available
  • Loading branch information
wengerk authored and WengerK committed Nov 4, 2021
1 parent 19ff193 commit c104e40
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ CHANGELOG
- remove dependency on twig/extensions
- fix Issue #3168662 by Michael Humbert: docker-compose with phpunit not working
- enforce PHPCS integration via GithubActions
- close Issue #3247601 - add drupalci.yml file to install symfony/mime on testing container

## 8.x-5.0-alpha (2020-01-10)
- close #3044811 - fix Drupal-CI Composer failure since Drupal 8.7.x+ - Update of drupal/coder squizlabs/php_codesniffer"
Expand Down
22 changes: 22 additions & 0 deletions drupalci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# This is the DrupalCI testbot build file for Drupal core and modified for
# the bamboo_twig module.
build:
assessment:
validate_codebase:
phplint:
container_command:
csslint:
eslint:
phpcs:
testing:
container_command:
commands:
- cd ${SOURCE_DIR}
- sudo composer require "symfony/mime:^4.3|^5.1.0" --no-scripts
run_tests.standard:
types: 'Simpletest,PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
run_tests.js:
concurrency: 1
types: 'PHPUnit-FunctionalJavascript'
nightwatchjs:

0 comments on commit c104e40

Please sign in to comment.