File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,10 +82,13 @@ install:
8282 then grep -rl 'cli' $DRUPAL_BUILD_DIR/core $DRUPAL_BUILD_DIR/modules | xargs sed -i "s/'cli'/'phpdbg'/g" || true;
8383 fi
8484
85+ # We don't care about any dirty changes in the vendor directory, throw them
86+ # all away.
87+ - composer --working-dir=$DRUPAL_BUILD_DIR config discard-changes true
8588 # Bring in the module dependencies without requiring a merge plugin. The
8689 # require also triggers a full 'composer install'.
87- - composer --working-dir=$DRUPAL_BUILD_DIR require webonyx/graphql-php:^0.13.1 drupal/typed_data:^1.0
88- - composer --working-dir=$DRUPAL_BUILD_DIR run-script drupal-phpunit-upgrade
90+ - composer --no-interaction -- working-dir=$DRUPAL_BUILD_DIR require webonyx/graphql-php:^0.13.1 drupal/typed_data:^1.0
91+ - composer --no-interaction -- working-dir=$DRUPAL_BUILD_DIR run-script drupal-phpunit-upgrade
8992
9093script :
9194 # Run the unit tests using phpdbg if the environment variable is 'true'.
You can’t perform that action at this time.
0 commit comments