Skip to content

Commit

Permalink
Updating acquia-pipelines.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Dec 22, 2016
1 parent 4e7ddaa commit ada28b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions phing/tasks/tests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
<if>
<isfailure code="${phantom.required}"/>
<then>
<echo level="Warning">behat.launch-phantom is true, but jakoch/phantomjs-installer is not required in composer.json.</echo>
<echo level="Warning">behat.launch-phantomjs is true, but jakoch/phantomjs-installer is not required in composer.json.</echo>
<propertyprompt promptText="Do you want to require jakoch/phantomjs-installer via Composer?" propertyName="phantom.do-require" defaultValue="y"/>
<if>
<equals arg1="${phantom.do-require}" arg2="y" casesensitive="false"/>
Expand All @@ -190,7 +190,7 @@
<if>
<isfailure code="${phantom.scripts}"/>
<then>
<echo level="warning">behat.launch-phantom is true, but the install-phantomjs script is not defined in composer.json.</echo>
<echo level="warning">behat.launch-phantomjs is true, but the install-phantomjs script is not defined in composer.json.</echo>
<propertyprompt promptText="Do you want to add an 'install-phantomjs' script to your composer.json?" propertyName="phantom.do-add-script" defaultValue="y"/>
<if>
<equals arg1="${phantom.do-add-script}" arg2="y" casesensitive="false"/>
Expand Down
2 changes: 1 addition & 1 deletion scripts/pipelines/acquia-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ events:
# The local.hostname must be set to 127.0.0.1:8888 because we are using drush runserver to test the site.
- drupal init
- drupal yaml:update:value blt/project.yml project.local.hostname '127.0.0.1:8888'
- blt -Dbehat.run-server=true -Dcreate_alias=false -Dbehat.launch-selenium=false -Dbehat.tags='~javascript&&~experimental&&~lightningextension' -Dblt.verbose=true ci:build:validate:test
- 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

# Generate
- prepare-artifact:
Expand Down

0 comments on commit ada28b1

Please sign in to comment.