add delete test database before touch database.sqlite
Tests & Lint & Deploy to Railway / build (20.x, 8.2) (push) Failing after 1m22s
Details
Tests & Lint & Deploy to Railway / build (20.x, 8.2) (push) Failing after 1m22s
Details
This commit is contained in:
parent
28bdbe64dd
commit
355d24f0ee
1
Makefile
1
Makefile
|
@ -18,6 +18,7 @@ setup:
|
||||||
setup-test:
|
setup-test:
|
||||||
composer install
|
composer install
|
||||||
php artisan key:gen --ansi
|
php artisan key:gen --ansi
|
||||||
|
rm database/database.sqlite
|
||||||
touch database/database.sqlite
|
touch database/database.sqlite
|
||||||
php artisan migrate
|
php artisan migrate
|
||||||
php artisan db:seed
|
php artisan db:seed
|
||||||
|
|
Loading…
Reference in New Issue