mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Try again.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
touch tests/_data/db.sqlite
|
touch tests/_data/db.sqlite
|
||||||
php artisan migrate --seed --env=testing
|
php artisan migrate --seed
|
||||||
sqlite3 tests/_data/db.sqlite .dump > tests/_data/dump.sql
|
sqlite3 tests/_data/db.sqlite .dump > tests/_data/dump.sql
|
||||||
exit 0
|
exit 0
|
Reference in New Issue
Block a user