Skip to content

Commit

Permalink
Fixing typo in behat tag in acquia-pipelines.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Dec 7, 2016
1 parent 8126c15 commit 26eb166
Showing 1 changed file with 1 addition and 1 deletion.
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' -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:
Expand Down

0 comments on commit 26eb166

Please sign in to comment.