Skip to content

Commit

Permalink
fixup! ci(config): test against related NC version
Browse files Browse the repository at this point in the history
  • Loading branch information
blizzz committed Sep 13, 2023
1 parent 2fbf2cd commit e1ddf66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/features/bootstrap/FeatureContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ public function theCurrentInstalledVersionIs($installed, $version) {
if ($returnCode !== 0) {
throw new Exception('Install failed' . PHP_EOL . join(PHP_EOL, $output));
}

exec('./occ app:update --all', $output, $returnCode);
}

/**
Expand Down

0 comments on commit e1ddf66

Please sign in to comment.