mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Actually correct database name for once.
This commit is contained in:
parent
c82bdd1f5a
commit
a494398332
@ -10,7 +10,7 @@ install:
|
|||||||
- composer install
|
- composer install
|
||||||
- php artisan env
|
- php artisan env
|
||||||
- mv -v .env.testing .env
|
- mv -v .env.testing .env
|
||||||
- touch storage/database/testing.sqlite
|
- touch storage/database/testing.db
|
||||||
- php artisan migrate --seed --env=testing
|
- php artisan migrate --seed --env=testing
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user