From 26eb166b750b66992a569d01daca26fed9364dff Mon Sep 17 00:00:00 2001 From: Matthew Grasmick Date: Wed, 7 Dec 2016 12:43:05 -0500 Subject: [PATCH] Fixing typo in behat tag in acquia-pipelines.yml. --- scripts/pipelines/acquia-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pipelines/acquia-pipelines.yml b/scripts/pipelines/acquia-pipelines.yml index 1527bbfbc..c410bc1f8 100644 --- a/scripts/pipelines/acquia-pipelines.yml +++ b/scripts/pipelines/acquia-pipelines.yml @@ -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' -Dblt.verbose=true ci:build:validate:test + - blt -Dbehat.run-server=true -Dcreate_alias=false -Dbehat.launch-selenium=false -Dbehat.tags='~javascript&&~experimental' -Dblt.verbose=true ci:build:validate:test # Generate - prepare-artifact: