mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Update script [skip ci]
This commit is contained in:
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
|
Reference in New Issue
Block a user