mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Make dir where json log will end up.
This commit is contained in:
parent
92549c4485
commit
61526df245
@ -17,6 +17,7 @@ install:
|
|||||||
- php artisan env
|
- php artisan env
|
||||||
- cp .env.testing .env
|
- cp .env.testing .env
|
||||||
- mv storage/database/databasecopy.sqlite storage/database/database.sqlite
|
- mv storage/database/databasecopy.sqlite storage/database/database.sqlite
|
||||||
|
- mkdir -p build/logs
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- phpunit -c phpunit.coverage.xml
|
- phpunit -c phpunit.coverage.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user