Skip to content

Commit

Permalink
[BUGFIX] Properly set to fail on warnings for 'minimal-test'
Browse files Browse the repository at this point in the history
  • Loading branch information
garvinhicking committed Sep 30, 2024
1 parent 9174237 commit 1c80ded
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ public function __invoke(PostProjectNodeCreated $event): void
// other input arguments. Can be extended later, so we have
// control also in the further command flow.
$settings->setOutputFormats(['singlepage']);
$settings->setFailOnError('1');
// Unsure: what is "fail-on-log". It's not available here.
$settings->setFailOnError('warning'); // 'error' for "no warnings"
}

foreach ($this->themeSettings->getAllSettings() as $key => $setting) {
Expand Down

0 comments on commit 1c80ded

Please sign in to comment.