mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Try again.
This commit is contained in:
parent
9cdf43a2c9
commit
577e38759e
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
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
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user