fixup! ci(config): test against related NC version

This commit is contained in:
Arthur Schiwon 2023-09-13 21:26:51 +02:00
parent 2fbf2cd11b
commit e1ddf6634f
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with 2 additions and 0 deletions

View File

@ -123,6 +123,8 @@ class FeatureContext implements SnippetAcceptingContext {
if ($returnCode !== 0) {
throw new Exception('Install failed' . PHP_EOL . join(PHP_EOL, $output));
}
exec('./occ app:update --all', $output, $returnCode);
}
/**