Skip to content

Commit

Permalink
Merge pull request #3015 from bolt/tests/php-unit-relation-fix
Browse files Browse the repository at this point in the history
Fix php unit relation test
  • Loading branch information
bobdenotter committed Dec 14, 2021
2 parents 5ed4018 + cd52d5d commit f82b90f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/composer-script/CorePostUpdateScript.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public static function execute(): void
self::run('php bin/console extensions:configure --with-config --ansi');
self::run('php bin/console cache:clear --no-warmup');
self::run('php bin/console assets:install --symlink --relative public');
self::run('php bin/console doctrine:migrations:migrate --no-interaction');

$res = self::run('php bin/console doctrine:migrations:up-to-date');

Expand Down

0 comments on commit f82b90f

Please sign in to comment.