File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 30
30
run : docker-compose exec -u ${DOCKER_USER_ID} -T php composer require --no-interaction --dev --no-update drupal/core:^${DRUPAL_VERSION} drupal/core-recommended:^${DRUPAL_VERSION}
31
31
- name : composer install
32
32
run : docker-compose exec -T php composer install
33
+ - name : composer phpunit-configuration
34
+ run : docker-compose exec -T php phpunit --migrate-configuration
35
+ if : " ${{ matrix.drupal_version == '11'}}"
33
36
- name : composer test
34
37
run : docker-compose exec -T php composer test
Original file line number Diff line number Diff line change 37
37
},
38
38
"scripts" : {
39
39
"lint" : " XDEBUG_MODE=off parallel-lint src spec tests" ,
40
- "phpunit-configuration" : " phpunit --migrate-configuration" ,
41
40
"phpunit" : " XDEBUG_MODE=coverage phpunit" ,
42
41
"phpspec" : " XDEBUG_MODE=off phpspec run -f pretty --no-interaction" ,
43
42
"phpcs" : " XDEBUG_MODE=off phpcs --standard=./phpcs-ruleset.xml ." ,
49
48
"test" : [
50
49
" XDEBUG_MODE=off composer validate --no-interaction" ,
51
50
" @lint" ,
52
- " @phpunit-configuration" ,
53
51
" @phpunit" ,
54
52
" @phpspec" ,
55
53
" @phpcs" ,
You can’t perform that action at this time.
0 commit comments