ci should fail fast (#11666)

This commit is contained in:
Tony Murray
2020-05-23 08:51:26 -05:00
committed by GitHub
parent ce21011aff
commit f1502a1727

View File

@@ -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();