From f1502a172772a4d1fa749bd454cbb0648aa455e2 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Sat, 23 May 2020 08:51:26 -0500 Subject: [PATCH] ci should fail fast (#11666) --- app/Console/Commands/DevCheckCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/DevCheckCommand.php b/app/Console/Commands/DevCheckCommand.php index 26392822a6..00d196af3a 100644 --- a/app/Console/Commands/DevCheckCommand.php +++ b/app/Console/Commands/DevCheckCommand.php @@ -105,7 +105,7 @@ class DevCheckCommand extends LnmsCommand } if ($check == 'ci') { - $this->helper->setFlags(['ci' => true]); + $this->helper->setFlags(['ci' => true, 'fail-fast' => true]); $this->helper->duskHeadless(); $this->helper->enableSnmpsim(); $this->helper->enableDb();