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 a215b8c commit 4ed2e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/run.test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

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

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

php bin/hyperf.php mine:update

composer test

0 comments on commit 4ed2e43

Please sign in to comment.