mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
ci should fail fast (#11666)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user