From b32999b369c411b1285cce721454314c10b1298c Mon Sep 17 00:00:00 2001 From: Matthew Grasmick Date: Mon, 12 Jun 2017 19:18:40 -0400 Subject: [PATCH] Fixes #1631: Front-end Tests not executed during pipelines build. (#1638) --- src/Robo/Commands/Tests/AllCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Robo/Commands/Tests/AllCommand.php b/src/Robo/Commands/Tests/AllCommand.php index 844d3334a..73bb1403d 100644 --- a/src/Robo/Commands/Tests/AllCommand.php +++ b/src/Robo/Commands/Tests/AllCommand.php @@ -23,6 +23,7 @@ public function tests() { 'tests:behat', 'tests:phpunit', 'tests:security-updates', + 'frontend:test', ]); return $status_code;