Skip to content

Commit e1f904c

Browse files
Adjust the 'highest' tests.
Run 'composer update' with the '--no-scripts' flag to avoid building other scenarios. After that, run 'composer install' so that composer/installers can place dependencies in the right locations, etc.
1 parent d17e067 commit e1f904c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ jobs:
9898
- run: composer require --dev drupal/core:8.7.x-dev --no-update
9999
- run: composer require --dev webflo/drupal-core-require-dev:8.7.x-dev --no-update
100100
- run: composer config platform.php 7.2
101-
- run: composer update
101+
- run: composer update --no-scripts
102+
- run: composer install
102103
- run: composer lint
103104
- run: composer functional
104105

0 commit comments

Comments
 (0)