Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
zds-s committed Feb 28, 2024
1 parent 8acf2af commit a215b8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis/run.test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

set -e
php bin/hyperf.php migrate --path=app/Setting/Database/Migrations
php bin/hyperf.php migrate --path=app/Setting/Database/Migrations/Update

php bin/hyperf.php migrate --path=app/System/Database/Migrations
php bin/hyperf.php migrate --path=app/System/Database/Migrations/Update

php bin/hyperf.php db:seed --path=app/Setting/Database/Seeders

Expand Down

0 comments on commit a215b8c

Please sign in to comment.