ci: fix tests and code style

This commit is contained in:
odain
2026-04-08 12:43:09 +02:00
parent 83ff3b1629
commit b86226ef7f
4 changed files with 7 additions and 4 deletions

View File

@@ -134,11 +134,11 @@ class ApplicationInstallSequencer extends StepSequencer
$aSelectedExtensionCodes,
$sInstallComment
);
$this->oRunTimeEnvironment->ExitReadOnlyMode();
return $this->ComputeNextStep($sStep);
case 'commit':
$this->oRunTimeEnvironment->Commit();
$this->oRunTimeEnvironment->ExitReadOnlyMode();
return $this->GetNextStep('', 'Completed', 100);
default: