Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit ada28b1

Browse files
committed
Updating acquia-pipelines.yml.
1 parent 4e7ddaa commit ada28b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

phing/tasks/tests.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
<if>
174174
<isfailure code="${phantom.required}"/>
175175
<then>
176-
<echo level="Warning">behat.launch-phantom is true, but jakoch/phantomjs-installer is not required in composer.json.</echo>
176+
<echo level="Warning">behat.launch-phantomjs is true, but jakoch/phantomjs-installer is not required in composer.json.</echo>
177177
<propertyprompt promptText="Do you want to require jakoch/phantomjs-installer via Composer?" propertyName="phantom.do-require" defaultValue="y"/>
178178
<if>
179179
<equals arg1="${phantom.do-require}" arg2="y" casesensitive="false"/>
@@ -190,7 +190,7 @@
190190
<if>
191191
<isfailure code="${phantom.scripts}"/>
192192
<then>
193-
<echo level="warning">behat.launch-phantom is true, but the install-phantomjs script is not defined in composer.json.</echo>
193+
<echo level="warning">behat.launch-phantomjs is true, but the install-phantomjs script is not defined in composer.json.</echo>
194194
<propertyprompt promptText="Do you want to add an 'install-phantomjs' script to your composer.json?" propertyName="phantom.do-add-script" defaultValue="y"/>
195195
<if>
196196
<equals arg1="${phantom.do-add-script}" arg2="y" casesensitive="false"/>

scripts/pipelines/acquia-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ events:
2828
# The local.hostname must be set to 127.0.0.1:8888 because we are using drush runserver to test the site.
2929
- drupal init
3030
- drupal yaml:update:value blt/project.yml project.local.hostname '127.0.0.1:8888'
31-
- blt -Dbehat.run-server=true -Dcreate_alias=false -Dbehat.launch-selenium=false -Dbehat.tags='~javascript&&~experimental&&~lightningextension' -Dblt.verbose=true ci:build:validate:test
31+
- blt -Dbehat.run-server=true -Dcreate_alias=false -Dbehat.launch-selenium=false -Dbehat.launch-phantomjs=true -Dbehat.tags='~javascript&&~experimental&&~lightningextension' -Dblt.verbose=true ci:build:validate:test
3232

3333
# Generate
3434
- prepare-artifact:

0 commit comments

Comments
 (0)