From a215b8cb90cf2a7c96f2a02344dfa07a3781ea09 Mon Sep 17 00:00:00 2001 From: Death-Satan <49744633+Death-Satan@users.noreply.github.com> Date: Wed, 28 Feb 2024 09:16:21 +0800 Subject: [PATCH] Fixed --- .travis/run.test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis/run.test.sh b/.travis/run.test.sh index 401a7e22..5f584d06 100755 --- a/.travis/run.test.sh +++ b/.travis/run.test.sh @@ -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