-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drupal is not installed during behat tests on CI #2707
Comments
@grasmash, @malikkotob and I looked at this for a while today and are still coming up blank. As far as I can tell, we are hitting this verification https://github.com/acquia/blt/blob/9.x/src/Robo/Commands/Tests/BehatCommand.php#L95 and dying.
would love any thoughts you might have. wondering if i should patch the verification with a -vvv |
Note: I just updated a second project (this one running php 7.1) and am seeing the same failure in Pipelines.
|
digging into this it would appear that part of the problem is that blt/ci.blt.yml is blindly copied during the 9.x update process from the file that lived in the blt project folder vs. resyncing with the blt template. |
My system information:
Output of
blt doctor
:When I run this command:
I get the following output:
And I expected this to happen:
The tests to run.
Note that all of the configuration and other setup stuff works fine, but then the behat tests blow up. I'm using the default / ci alias of self on my blt.yml file... not sure what else to check?
The text was updated successfully, but these errors were encountered: