Skip to content

Commit

Permalink
Fix php unit relation test
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Valchev committed Dec 13, 2021
1 parent 5ed4018 commit cd52d5d
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 cd52d5d

Please sign in to comment.