mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-11 16:05:50 -06:00
Update script [skip ci]
This commit is contained in:
parent
650b99ead2
commit
95e34af6ef
9
pu.sh
9
pu.sh
@ -1,7 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# create DB if not exists
|
# create DB if not exists
|
||||||
rm -f tests/database/db.sqlite
|
|
||||||
touch tests/database/db.sqlite
|
if [ ! -f tests/database/db.sqlite ]; then
|
||||||
php artisan migrate --seed
|
touch tests/database/db.sqlite
|
||||||
|
php artisan migrate --seed
|
||||||
|
fi
|
||||||
|
|
||||||
phpunit
|
phpunit
|
Loading…
Reference in New Issue
Block a user